We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b07683 commit e2b0f11Copy full SHA for e2b0f11
scripts/CMakeLists.txt
@@ -9,7 +9,7 @@ option(zlib_legacy "use legacy zlib 1.x")
9
# --- system checks
10
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
11
message(FATAL_ERROR "please specify where to install HDF5 under, like
12
- cmake -B build -DCMAKE_INSTALL_PREFIX=~/mylibs")
+ cmake -B build -DCMAKE_INSTALL_PREFIX=~/hdf5")
13
endif()
14
15
if(hdf5_parallel)
0 commit comments