Skip to content

Commit

Permalink
Merge pull request #98 from NeurodataWithoutBorders/update-boost-min-req
Browse files Browse the repository at this point in the history
add flag for boost library
  • Loading branch information
stephprince authored Sep 17, 2024
2 parents 3a12145 + eee6da1 commit 5c37c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ target_include_directories(
)

target_compile_features(aqnwb_aqnwb PUBLIC cxx_std_17)
target_compile_definitions(aqnwb_aqnwb PUBLIC BOOST_NO_CXX98_FUNCTION_BASE)

# ---- Additional libraries needed ----
find_package(HDF5 REQUIRED COMPONENTS CXX)
Expand Down

0 comments on commit 5c37c40

Please sign in to comment.