diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c7b37c818be203390502b43ae39513b92bcd68f9..db19cbe8106ef6fb58061d53e3ed52bb5bb41d99 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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()