Skip to content

Commit

Permalink
[cmake] Add Boost::interprocess dependency and linkage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 25, 2024
1 parent c4ddf42 commit 4fec75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BaseLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 1 addition & 0 deletions scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ set(BOOST_INCLUDE_LIBRARIES
dynamic_bitset
range
variant
interprocess
)
if(GUIX_BUILD)
find_package(Boost REQUIRED)
Expand Down

0 comments on commit 4fec75f

Please sign in to comment.