summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-20 17:25:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-20 17:25:27 (GMT)
commit6126528f115757afe0b5aeb8f0a934b6a51946f4 (patch)
treeca4c5560ee5a6c0fce310fcc861d0049404eda0d /config/cmake
parent2b7a833c2d35a478e3c02a49090ad3f43a408dde (diff)
downloadhdf5-6126528f115757afe0b5aeb8f0a934b6a51946f4.zip
hdf5-6126528f115757afe0b5aeb8f0a934b6a51946f4.tar.gz
hdf5-6126528f115757afe0b5aeb8f0a934b6a51946f4.tar.bz2
Correct typo of file name
Diffstat (limited to 'config/cmake')
-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 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 ()