We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a513966 commit 1a2af59Copy full SHA for 1a2af59
1 file changed
scripts/build_conduit/build_conduit.sh
@@ -760,7 +760,7 @@ fi
760
echo "**** Configuring H5Z-ZFP ${h5zzfp_version}"
761
762
# depending on the system zfp may use lib or lib64 pattern:
763
-if [ ! -d ${zfp_install_dir}/lib64/cmake/zfp/ ]; then
+if [ -d ${zfp_install_dir}/lib64/cmake/zfp/ ]; then
764
zfp_cmake_dir=${zfp_install_dir}/lib64/cmake/zfp/
765
else
766
zfp_cmake_dir=${zfp_install_dir}/lib/cmake/zfp/
0 commit comments