From: Anthony Geay Date: Mon, 23 May 2022 15:49:23 +0000 (+0200) Subject: Fix compilation of Persalys with YACS activated X-Git-Tag: V9_9_1b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bc49e4350a6d357427de9dd2df20bdc444303fc;p=modules%2Fkernel.git Fix compilation of Persalys with YACS activated --- diff --git a/SalomeKERNELConfig.cmake.in b/SalomeKERNELConfig.cmake.in index 410db6cf1..8d5a403d7 100644 --- a/SalomeKERNELConfig.cmake.in +++ b/SalomeKERNELConfig.cmake.in @@ -101,6 +101,7 @@ SET_AND_CHECK(SWIG_ROOT_DIR_EXP "@PACKAGE_SWIG_ROOT_DIR@") # For all prerequisites, load the corresponding targets if the package was used # in CONFIG mode. This ensures dependent projects link correctly # without having to set LD_LIBRARY_PATH: +unset(Boost_USE_DEBUG_RUNTIME) # problem detected in 9.9.0 with persalys. After a first find_package (Boost) FIND_PACKAGE 15 lines under failed SET(_PREREQ_@PROJECT_NAME@ @_PREREQ_LIST@) SET(_PREREQ_@PROJECT_NAME@_CONFIG_DIR @_PREREQ_DIR_LIST@) SET(_PREREQ_@PROJECT_NAME@_COMPONENTS "@_PREREQ_COMPO_LIST@")