diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-20 18:44:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-20 18:44:00 (GMT) |
commit | 7037520281fa5cde30a2377f94f7772e96f4f0f6 (patch) | |
tree | ca4c5560ee5a6c0fce310fcc861d0049404eda0d | |
parent | 2b7a833c2d35a478e3c02a49090ad3f43a408dde (diff) | |
parent | 6126528f115757afe0b5aeb8f0a934b6a51946f4 (diff) | |
download | hdf5-7037520281fa5cde30a2377f94f7772e96f4f0f6.zip hdf5-7037520281fa5cde30a2377f94f7772e96f4f0f6.tar.gz hdf5-7037520281fa5cde30a2377f94f7772e96f4f0f6.tar.bz2 |
Merge pull request #445 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '6126528f115757afe0b5aeb8f0a934b6a51946f4':
Correct typo of file name
-rw-r--r-- | config/cmake/HDF5_Examples.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF5_Examples.cmake.in b/config/cmake/HDF5_Examples.cmake.in index 5c172dc..6918bb3 100644 --- a/config/cmake/HDF5_Examples.cmake.in +++ b/config/cmake/HDF5_Examples.cmake.in @@ -98,6 +98,6 @@ if (WIN32) include (${CTEST_SCRIPT_DIRECTORY}\\HDF5_Examples_options.cmake) include (${CTEST_SCRIPT_DIRECTORY}\\CTestScript.cmake) else () - include (${CTEST_SCRIPT_DIRECTORY}/HDF_Examples_options.cmake) + include (${CTEST_SCRIPT_DIRECTORY}/HDF5_Examples_options.cmake) include (${CTEST_SCRIPT_DIRECTORY}/CTestScript.cmake) endif () |