summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-20 18:43:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-20 18:43:41 (GMT)
commit05628b46873fa594ee769af0196728970c705082 (patch)
treeb2f753d51b7e748b76eca2d4e22673dd04d77778
parent784e3599a7242778724382638e4995a8585a79a7 (diff)
parentea46fbe7c2bb3a8c8972c880f3609be20036d741 (diff)
downloadhdf5-05628b46873fa594ee769af0196728970c705082.zip
hdf5-05628b46873fa594ee769af0196728970c705082.tar.gz
hdf5-05628b46873fa594ee769af0196728970c705082.tar.bz2
Merge pull request #444 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'ea46fbe7c2bb3a8c8972c880f3609be20036d741': Correct typo of file name
-rw-r--r--config/cmake/HDF5_Examples.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF5_Examples.cmake.in b/config/cmake/HDF5_Examples.cmake.in
index 04f72a0..2567bd8 100644
--- a/config/cmake/HDF5_Examples.cmake.in
+++ b/config/cmake/HDF5_Examples.cmake.in
@@ -87,6 +87,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 ()