Skip to content
Snippets Groups Projects
Unverified Commit 4fec75ff authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake] Add Boost::interprocess dependency and linkage.

parent c4ddf42c
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
......@@ -201,6 +201,7 @@ set(BOOST_INCLUDE_LIBRARIES
dynamic_bitset
range
variant
interprocess
)
if(GUIX_BUILD)
find_package(Boost REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment