Skip to content

Commit

Permalink
cmake: force bundled HighFive to use install-time dependencies. (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored Apr 2, 2020
1 parent ed161c9 commit 9e13ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if (NOT EXTERNAL_HIGHFIVE)
set(HIGHFIVE_EXAMPLES OFF CACHE BOOL "" FORCE)
set(HIGHFIVE_UNIT_TESTS OFF CACHE BOOL "" FORCE)
set(HIGHFIVE_USE_BOOST OFF CACHE BOOL "" FORCE)
set(HIGHFIVE_USE_INSTALL_DEPS ON CACHE BOOL "" FORCE)
add_subdirectory(HighFive)
target_include_directories(HighFive SYSTEM INTERFACE)
endif()
Expand Down

0 comments on commit 9e13ca3

Please sign in to comment.