We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9f8b6 commit 916bfe4Copy full SHA for 916bfe4
1 file changed
.travis.yml
@@ -10,7 +10,7 @@ env:
10
CLANG_VERSION="export CC=gcc-7 && export CXX=g++-7";
11
elif [[ "$TRAVIS_OS_NAME" == "windows" ]] ; then
12
echo "Windoes compiler?";
13
- HDF5_HOME_WIN="C:/Program Files/HDF_Group/HDF5/1.10.5"
+ HDF5_HOME_WIN="C:/Program\\ Files/HDF_Group/HDF5/1.10.5"
14
else
15
GCC_VERSION="export CC=gcc-7 && export CXX=g++-7";
16
fi
0 commit comments