mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Update CMakeLists.txt
This commit is contained in:
parent
e43004c2d8
commit
8d184b12e2
4
vendor/CMakeLists.txt
vendored
4
vendor/CMakeLists.txt
vendored
@ -34,3 +34,7 @@ set(ENABLE_PAGECOMPILER_FILE2PAGE OFF CACHE INTERNAL "" FORCE)
|
|||||||
set(ENABLE_TESTS OFF CACHE INTERNAL "" FORCE)
|
set(ENABLE_TESTS OFF CACHE INTERNAL "" FORCE)
|
||||||
set(POCO_UNBUNDLED OFF CACHE INTERNAL "" FORCE)
|
set(POCO_UNBUNDLED OFF CACHE INTERNAL "" FORCE)
|
||||||
add_subdirectory(POCO)
|
add_subdirectory(POCO)
|
||||||
|
# Windows gets stupid sometimes
|
||||||
|
if (WIN32 AND MINGW)
|
||||||
|
target_compile_definitions(Foundation PUBLIC POCO_NO_FPENVIRONMENT=1)
|
||||||
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user