mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Remove MSVC netplay warning.
This commit is contained in:
parent
f28b050c07
commit
3d5d61ee87
1 changed files with 0 additions and 4 deletions
|
@ -58,10 +58,6 @@ else()
|
|||
set(SRB2_SYSTEM_BITS 32)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
message(WARNING "!! MSVC BUILDS OF SRB2 CANNOT PLAY MULTIPLAYER !! You're more than welcome to try and fix this!")
|
||||
endif()
|
||||
|
||||
# OS macros
|
||||
if (UNIX)
|
||||
add_definitions(-DUNIXCOMMON)
|
||||
|
|
Loading…
Reference in a new issue