mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Merge branch 'cmake-remove-win32' into 'master'
cmake: remove win32 subdirectory See merge request KartKrew/Kart-Public!296
This commit is contained in:
commit
377ed30207
1 changed files with 0 additions and 4 deletions
|
@ -553,10 +553,6 @@ add_definitions(-DCMAKECONFIG)
|
|||
|
||||
add_subdirectory(sdl)
|
||||
|
||||
if(${CMAKE_SYSTEM} MATCHES Windows)
|
||||
add_subdirectory(win32)
|
||||
endif()
|
||||
|
||||
if(NOT ${SRB2_SDL2_AVAILABLE} AND NOT ${SRB2_WIN32_AVAILABLE})
|
||||
message(FATAL_ERROR "There are no targets available to build an SRB2Kart executable. :(")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue