Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / openturns-1.21.0006.patch
1 --- openturns-1.21_ref/openturns-1.21/lib/src/CMakeLists.txt    2023-09-13 14:59:41.000000000 +0200
2 +++ openturns-1.21_dev/openturns-1.21/lib/src/CMakeLists.txt    2023-09-28 09:07:58.286148187 +0200
3 @@ -93,7 +93,7 @@
4    add_dependencies (OT generate_csv_parser)
5  endif ()
6  
7 -target_link_libraries (OT PUBLIC ${OPENTURNS_LIBRARIES})
8 +target_link_libraries (OT PUBLIC ${OPENTURNS_LIBRARIES} ${BLAS_LIBRARIES} ${CBLAS_LIBRARIES})
9  target_link_libraries (OT PRIVATE ${OPENTURNS_PRIVATE_LIBRARIES})
10  
11  target_include_directories (OT INTERFACE $<INSTALL_INTERFACE:include>)