Skip to content

Commit

Permalink
update a few HighFive Cmake variables that had be switched to new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoulter12 committed Dec 27, 2024
1 parent 30bbca6 commit 287aeae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ if(HDF5_AVAIL)
-DHIGHFIVE_BUILD_DOCS=OFF
-DHIGHFIVE_EXAMPLES=OFF
-DHIGHFIVE_UNIT_TESTS=OFF
-DHIGHFIVE_USE_BOOST=OFF
-DHIGHFIVE_USE_EIGEN=ON
-DHIGHFIVE_TEST_BOOST=OFF
-DHIGHFIVE_TEST_EIGEN=ON
-DHDF5_IS_PARALLEL=${PARALLEL_HDF5}
-DHIGHFIVE_USE_OPENCV=OFF
-DHIGHFIVE_USE_XTENSOR=OFF
-DEIGEN3_INCLUDE_DIRS=${CMAKE_CURRENT_BINARY_DIR}/eigen_src
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
-DHIGHFIVE_TEST_OPENCV=OFF
-DHIGHFIVE_TEST_XTENSOR=OFF
)
endif()

Expand Down

0 comments on commit 287aeae

Please sign in to comment.