diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-02-02 18:02:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-02-02 18:02:57 (GMT) |
commit | cc37c97f8c9929ee2c9dae1c68111b91fbbf27e3 (patch) | |
tree | cd4ee2f1a23156ddeb8c548f2be4836b0363f663 /config | |
parent | 1fad6541081792757641de031f623978c2600b04 (diff) | |
download | hdf5-cc37c97f8c9929ee2c9dae1c68111b91fbbf27e3.zip hdf5-cc37c97f8c9929ee2c9dae1c68111b91fbbf27e3.tar.gz hdf5-cc37c97f8c9929ee2c9dae1c68111b91fbbf27e3.tar.bz2 |
[svn-r26112] Add quotes around name
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/HDF518_Examples.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF518_Examples.cmake.in b/config/cmake/HDF518_Examples.cmake.in index d0f6f6e..6f4d7ca 100644 --- a/config/cmake/HDF518_Examples.cmake.in +++ b/config/cmake/HDF518_Examples.cmake.in @@ -14,7 +14,7 @@ set(CTEST_BUILD_CONFIGURATION "Release") #set(NO_MAC_FORTRAN "true") #set(BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF_BUILD_FORTRAN:BOOL=ON") #set(BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF_ENABLE_F2003:BOOL=ON) -set(CTEST_USE_TAR_SOURCE ${CTEST_SCRIPT_ARG}) +set(CTEST_USE_TAR_SOURCE "${CTEST_SCRIPT_ARG}") ############################################################################################################### # Adjust the following SET Commands as needed |