From 72120025e609cbb396107abe379b04c924274daa Mon Sep 17 00:00:00 2001 From: Eidolon Date: Mon, 22 Aug 2022 19:43:59 -0500 Subject: [PATCH] cmake: remove win32 subdirectory --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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()