diff --git a/BaseLib/CMakeLists.txt b/BaseLib/CMakeLists.txt index de9b42964c1771a00254f99d4c8035167d4314e4..3af91ae9e084128940a9071ecd01b3c597b4008a 100644 --- a/BaseLib/CMakeLists.txt +++ b/BaseLib/CMakeLists.txt @@ -18,7 +18,7 @@ target_link_libraries( $<$<BOOL:${OGS_BUILD_GUI}>:Qt5::Xml> $<$<BOOL:${OGS_BUILD_GUI}>:Qt5::XmlPatterns> $<$<BOOL:${OGS_USE_PETSC}>:PkgConfig::PETSC> - PRIVATE xmlpatch + PRIVATE xmlpatch Boost::interprocess ) target_compile_definitions( diff --git a/scripts/cmake/Dependencies.cmake b/scripts/cmake/Dependencies.cmake index 6091e9dd01d940d7c016b201a7dec9a157244a48..265dffc85a99fe04b8ae330a3bf223bee14af0be 100644 --- a/scripts/cmake/Dependencies.cmake +++ b/scripts/cmake/Dependencies.cmake @@ -201,6 +201,7 @@ set(BOOST_INCLUDE_LIBRARIES dynamic_bitset range variant + interprocess ) if(GUIX_BUILD) find_package(Boost REQUIRED)