Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3492:cfaa9eded17e
Added flag to control the emscripten backend (which, in turn, tweaks the compiler flags)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 19 Aug 2019 10:17:01 +0200 |
parents | bab2a84a6697 |
children | 23219b9da4d1 |
comparison
equal
deleted
inserted
replaced
3490:786fce009be8 | 3492:cfaa9eded17e |
---|---|
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 set(MSVC_MULTIPLE_PROCESSES OFF CACHE BOOL "Add the /MP option to build with multiple processes if using Visual Studio") |
75 set(EMSCRIPTEN_SET_LLVM_WASM_BACKEND OFF CACHE BOOL "Sets the compiler flags required to use the LLVM Web Assembly backend in emscripten") | |
75 | 76 |
76 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) | 77 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) |
77 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) | 78 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) |
78 mark_as_advanced(USE_PUGIXML) | 79 mark_as_advanced(USE_PUGIXML) |
79 mark_as_advanced(USE_DCMTK_362_PRIVATE_DIC) | 80 mark_as_advanced(USE_DCMTK_362_PRIVATE_DIC) |