1
0
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:
Sandu Liviu Catalin 2021-02-01 04:24:45 +02:00
parent e43004c2d8
commit 8d184b12e2

View File

@ -34,3 +34,7 @@ set(ENABLE_PAGECOMPILER_FILE2PAGE OFF CACHE INTERNAL "" FORCE)
set(ENABLE_TESTS OFF CACHE INTERNAL "" FORCE)
set(POCO_UNBUNDLED OFF CACHE INTERNAL "" FORCE)
add_subdirectory(POCO)
# Windows gets stupid sometimes
if (WIN32 AND MINGW)
target_compile_definitions(Foundation PUBLIC POCO_NO_FPENVIRONMENT=1)
endif()