diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-02-02 18:00:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-02-02 18:00:34 (GMT) |
commit | ba35eb0f05943be6f0df058bcc7d2c139ef76e67 (patch) | |
tree | 868994db858ee6f1450161777831acff510ad791 /config/cmake | |
parent | fc93c6fe70ea7db9bb6518729b05eabf7d85868a (diff) | |
download | hdf5-ba35eb0f05943be6f0df058bcc7d2c139ef76e67.zip hdf5-ba35eb0f05943be6f0df058bcc7d2c139ef76e67.tar.gz hdf5-ba35eb0f05943be6f0df058bcc7d2c139ef76e67.tar.bz2 |
[svn-r26109] Correct name of source file
Diffstat (limited to 'config/cmake')
-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 78c8d9b..e74f4b9 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 "true") +set(CTEST_USE_TAR_SOURCE ${CTEST_SCRIPT_ARG}) ############################################################################################################### # Adjust the following SET Commands as needed |