mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update torque_configs.cmake
This commit is contained in:
parent
c09f79d199
commit
d6a4c63c27
|
|
@ -22,7 +22,7 @@ set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} gtest gmock)
|
|||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
set(WIN32 OFF CACHE Bool "" FORCE)
|
||||
set(WIN32 OFF CACHE BOOL "" FORCE)
|
||||
endif()
|
||||
mark_as_advanced(WIN32)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue