From 5bc49e4350a6d357427de9dd2df20bdc444303fc Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 23 May 2022 17:49:23 +0200 Subject: [PATCH] Fix compilation of Persalys with YACS activated --- SalomeKERNELConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) 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@") -- 2.39.2