changeset 393:5af041432a60

faster compilation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 12:46:22 +0100
parents c467391b3585
children 8f0e50452c26
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 21 17:14:21 2020 +0100
+++ b/CMakeLists.txt	Fri Feb 28 12:46:22 2020 +0100
@@ -60,6 +60,7 @@
 set(ENABLE_LOCALE ON)         # Enable support for locales (notably in Boost)
 set(ENABLE_GOOGLE_TEST ON)
 set(ENABLE_PUGIXML ON)
+set(ENABLE_MODULE_JOBS OFF)
 set(USE_BOOST_ICONV ON)
 
 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)