We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f17114 commit 3ec4c21Copy full SHA for 3ec4c21
build_macosx.sh
@@ -15,7 +15,7 @@ cd libaec
15
cmake --install build
16
cd -
17
18
-./setup_hdf5.sh "${common}"
+./setup_hdf5.sh "${common} -DCMAKE_PREFIX_PATH=${install_dir}"
19
cd libhdf5
20
21
build_windows.sh
@@ -45,7 +45,8 @@ cmake -S . -B build \
45
-DHDF5_ENABLE_SZIP_SUPPORT=ON \
46
-DBUILD_TESTING=OFF \
47
-DUSE_LIBAEC=ON \
48
- -DCMAKE_INSTALL_PREFIX=${install_dir}
+ -DCMAKE_INSTALL_PREFIX=${install_dir} \
49
+ -DCMAKE_PREFIX_PATH=${install_dir}
50
51
cmake --build build --config Release
52
0 commit comments