summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5_Examples.cmake.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-27 17:13:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-27 17:13:54 (GMT)
commit64f21ec6397d00e45ff4d41e70c5131241be587e (patch)
treea87c7a6fcd44eb3d9d220b0809af85c3436017d5 /config/cmake/HDF5_Examples.cmake.in
parent6e77a5800e98886be6575eacdaacee7719bbf362 (diff)
downloadhdf5-64f21ec6397d00e45ff4d41e70c5131241be587e.zip
hdf5-64f21ec6397d00e45ff4d41e70c5131241be587e.tar.gz
hdf5-64f21ec6397d00e45ff4d41e70c5131241be587e.tar.bz2
Correct CMake examples for a binary install
Diffstat (limited to 'config/cmake/HDF5_Examples.cmake.in')
-rw-r--r--config/cmake/HDF5_Examples.cmake.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cmake/HDF5_Examples.cmake.in b/config/cmake/HDF5_Examples.cmake.in
index bac174a..c4d9cd8 100644
--- a/config/cmake/HDF5_Examples.cmake.in
+++ b/config/cmake/HDF5_Examples.cmake.in
@@ -103,8 +103,6 @@ set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_NAME:STRING=@HDF5_PAC
if(WIN32)
include(${CTEST_SCRIPT_DIRECTORY}\\HDF5_Examples_options.cmake)
- include(${CTEST_SCRIPT_DIRECTORY}\\CTestScript.cmake)
else()
include(${CTEST_SCRIPT_DIRECTORY}/HDF5_Examples_options.cmake)
- include(${CTEST_SCRIPT_DIRECTORY}/CTestScript.cmake)
endif()