From ec01a80486bc5d62dfe065ae66128041aad9f4d6 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 18 Aug 2021 21:35:25 +0300 Subject: [PATCH] Update CMakeLists.txt --- vendor/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index 2e32404c..3ea4d8ef 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -35,16 +35,16 @@ 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) + target_compile_definitions(Foundation PUBLIC POCO_NO_FPENVIRONMENT=1) endif() # We have these on GCC if(MINGW OR GCC) - set(ENABLE_INTRINSICS ON CACHE INTERNAL "" FORCE) + set(ENABLE_INTRINSICS ON CACHE INTERNAL "" FORCE) endif() set(BUILD_TESTS OFF CACHE INTERNAL "" FORCE) set(BUILD_SHARED OFF CACHE INTERNAL "" FORCE) set(BUILD_STATIC ON CACHE INTERNAL "" FORCE) if (WIN32 OR MINGW) - set(ZMQ_HAVE_IPC OFF CACHE INTERNAL "" FORCE) + set(ZMQ_HAVE_IPC OFF CACHE INTERNAL "" FORCE) endif() -add_subdirectory(ZMQ) \ No newline at end of file +add_subdirectory(ZMQ)