We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d036f commit 903f26aCopy full SHA for 903f26a
CMakeLists.txt
@@ -37,8 +37,8 @@ mark_as_advanced(HIGHFIVE_HAS_FRIEND_DECLARATIONS)
37
38
option(HIGHFIVE_FIND_HDF5 "Find and link with HDF5." On)
39
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")
+set(HIGHFIVE_CMAKE_INSTALL_DIR "lib/cmake/HighFive" CACHE STRING
+ "Directory where HighFive's CMake code will be installed. Default: lib/cmake/HighFive")
42
43
44
# Configure Tests & Examples
0 commit comments