comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3278:ce6a98f8ed85

New CMake option: "-DMSVC_MULTIPLE_PROCESSES=ON" for parallel build with Visual Studio
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Feb 2019 12:05:48 +0100
parents 95b0536be2c3
children dd10fe965870
comparison
equal deleted inserted replaced
3277:7d4e06beb1ec 3278:ce6a98f8ed85
69 set(SYSTEM_MONGOOSE_USE_CALLBACKS ON CACHE BOOL "The system version of Mongoose uses callbacks (version >= 3.7)") 69 set(SYSTEM_MONGOOSE_USE_CALLBACKS ON CACHE BOOL "The system version of Mongoose uses callbacks (version >= 3.7)")
70 set(BOOST_LOCALE_BACKEND "libiconv" CACHE STRING "Back-end for locales that is used by Boost (can be \"gcc\", \"libiconv\", \"icu\", or \"wconv\" on Windows)") 70 set(BOOST_LOCALE_BACKEND "libiconv" CACHE STRING "Back-end for locales that is used by Boost (can be \"gcc\", \"libiconv\", \"icu\", or \"wconv\" on Windows)")
71 set(USE_PUGIXML ON CACHE BOOL "Use the Pugixml parser (turn off only for debug)") 71 set(USE_PUGIXML ON CACHE BOOL "Use the Pugixml parser (turn off only for debug)")
72 set(USE_LEGACY_JSONCPP OFF CACHE BOOL "Use the old branch 0.x.y of JsonCpp, that does not require a C++11 compiler (for LSB and old versions of Visual Studio)") 72 set(USE_LEGACY_JSONCPP OFF CACHE BOOL "Use the old branch 0.x.y of JsonCpp, that does not require a C++11 compiler (for LSB and old versions of Visual Studio)")
73 set(USE_LEGACY_LIBICU OFF CACHE BOOL "Use icu icu4c-58_2, latest version not requiring a C++11 compiler (for LSB and old versions of Visual Studio)") 73 set(USE_LEGACY_LIBICU OFF CACHE BOOL "Use icu icu4c-58_2, latest version not requiring a C++11 compiler (for LSB and old versions of Visual Studio)")
74 set(MSVC_MULTIPLE_PROCESSES OFF CACHE BOOL "Add the /MP option to build with multiple processes if using Visual Studio")
74 75
75 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) 76 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE)
76 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) 77 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS)
77 mark_as_advanced(BOOST_LOCALE_BACKEND) 78 mark_as_advanced(BOOST_LOCALE_BACKEND)
78 mark_as_advanced(USE_PUGIXML) 79 mark_as_advanced(USE_PUGIXML)