mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 00:59:15 +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…
Reference in New Issue
Block a user