New features and bugfixes and build system improvements
Compare changes
Files
270+ 2
− 14
@@ -23,7 +23,6 @@ option(WITH_PROTOBUF_ARENA "Make use of protobuf arena allocation" ON)
@@ -23,7 +23,6 @@ option(WITH_PROTOBUF_ARENA "Make use of protobuf arena allocation" ON)
option(INSTALL_SYSTEM_RUNTIME_DEPS "Copy detected system runtime dependencies to install directory (i.e. MinGW system libraries)" OFF)
option(INSTALL_EXTRA_RUNTIME_DEPS "Copy detected third party runtime dependencies to install directory (i.e. required shared libraries found in specified CMAKE_PREFIX_PATH)" OFF)
option(WITH_MINGW_BOOST_1_72_FIX "Apply fix Boost 1.72 detection in MinGW environment (https://github.com/boostorg/boost_install/issues/33)" OFF)
@@ -77,15 +76,6 @@ if(WITH_SIMCORE OR WITH_TESTS)
@@ -77,15 +76,6 @@ if(WITH_SIMCORE OR WITH_TESTS)
@@ -164,9 +154,6 @@ add_compile_definitions(SUBDIR_LIB_COMPONENTS="${SUBDIR_LIB_COMPONENTS}")
@@ -164,9 +154,6 @@ add_compile_definitions(SUBDIR_LIB_COMPONENTS="${SUBDIR_LIB_COMPONENTS}")
@@ -188,4 +175,5 @@ if(WITH_DOC)
@@ -188,4 +175,5 @@ if(WITH_DOC)