diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c7b37c81..db19cbe8 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()