Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / PERSALYS-v16.0.1-001.patch
1 --- PERSALYS-f386013d_ref/CMakeLists.txt        2024-04-03 13:36:52.000000000 +0200
2 +++ PERSALYS-f386013d_new/CMakeLists.txt        2024-04-10 13:10:40.000000000 +0200
3 @@ -64,7 +64,7 @@
4    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
5  endif ()
6  
7 -find_package (Boost COMPONENTS locale program_options REQUIRED)
8 +find_package (Boost COMPONENTS locale filesystem  program_options REQUIRED)
9  list (APPEND PERSALYS_PRIVATE_LIBRARIES ${Boost_LIBRARIES})
10  
11  find_package (Python 3.5 COMPONENTS Interpreter Development REQUIRED)