mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-01-17 13:28:22 +01:00
Fix WINDOWS -> WIN32 on cmake
This commit is contained in:
parent
a247d53367
commit
b09b489ae7
@ -130,7 +130,7 @@ else()
|
||||
set(${PROJECT}_C_CXX_EXTENSIONS OFF)
|
||||
endif()
|
||||
|
||||
if(NOT (WINDOWS OR APPLE OR NINTENDO_SWITCH))
|
||||
if(NOT (WIN32 OR APPLE OR NINTENDO_SWITCH))
|
||||
find_package(X11 REQUIRED)
|
||||
target_link_libraries(${EXECUTABLE} PRIVATE X11::X11)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user