summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/CTestScript.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-27 19:13:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-27 19:13:04 (GMT)
commit1c3b0066519352bd8f1d0a8844ab148efe54bcf0 (patch)
tree77fb500cc1ecd2d40eea0eb8f1aa6d0c0b1f45c6 /config/cmake/scripts/CTestScript.cmake
parent1bf4544a2e707e9bc447f643fb9f3e261f1ac056 (diff)
downloadhdf5-1c3b0066519352bd8f1d0a8844ab148efe54bcf0.zip
hdf5-1c3b0066519352bd8f1d0a8844ab148efe54bcf0.tar.gz
hdf5-1c3b0066519352bd8f1d0a8844ab148efe54bcf0.tar.bz2
Remove duplicate block
Diffstat (limited to 'config/cmake/scripts/CTestScript.cmake')
-rwxr-xr-xconfig/cmake/scripts/CTestScript.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/scripts/CTestScript.cmake b/config/cmake/scripts/CTestScript.cmake
index d2503e0..f2675c3 100755
--- a/config/cmake/scripts/CTestScript.cmake
+++ b/config/cmake/scripts/CTestScript.cmake
@@ -262,9 +262,6 @@ message(STATUS "Dashboard script configuration:\n${vars}\n")
ctest_submit (PARTS Update Configure Notes)
endif()
if(${res} LESS 0 OR ${res} GREATER 0)
- message(FATAL_ERROR "Failed configure: ${res}\n")
- endif()
- if(${res} LESS 0 OR ${res} GREATER 0)
file(APPEND ${CTEST_SCRIPT_DIRECTORY}/FailedCTest.txt "Failed Configure: ${res}\n")
endif()