From 4b059f5b3852e99bace212bb11e482d24a8ea9aa 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 53eeb5248..1b9acfe5f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -304,10 +304,6 @@ target_compile_definitions(SRB2SDL2 PRIVATE -DCMAKECONFIG) add_subdirectory(sdl) add_subdirectory(objects) -if(${CMAKE_SYSTEM} MATCHES Windows) - add_subdirectory(win32) -endif() - if(NOT ${SRB2_SDL2_AVAILABLE}) message(FATAL_ERROR "There are no targets available to build an SRB2Kart executable. :(") endif()