Skip to content

Commit 903f26a

Browse files
committed
cmake: default cmake install dir: lib/cmake/HighFive.
1 parent 39d036f commit 903f26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ mark_as_advanced(HIGHFIVE_HAS_FRIEND_DECLARATIONS)
3737

3838
option(HIGHFIVE_FIND_HDF5 "Find and link with HDF5." On)
3939

40-
set(HIGHFIVE_CMAKE_INSTALL_DIR "share/HighFive/cmake" CACHE STRING
41-
"Directory where HighFive's CMake code will be installed. Default: share/HighFive/cmake")
40+
set(HIGHFIVE_CMAKE_INSTALL_DIR "lib/cmake/HighFive" CACHE STRING
41+
"Directory where HighFive's CMake code will be installed. Default: lib/cmake/HighFive")
4242

4343

4444
# Configure Tests & Examples

0 commit comments

Comments
 (0)