diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 19:13:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 19:13:04 (GMT) |
commit | 1c3b0066519352bd8f1d0a8844ab148efe54bcf0 (patch) | |
tree | 77fb500cc1ecd2d40eea0eb8f1aa6d0c0b1f45c6 /config | |
parent | 1bf4544a2e707e9bc447f643fb9f3e261f1ac056 (diff) | |
download | hdf5-1c3b0066519352bd8f1d0a8844ab148efe54bcf0.zip hdf5-1c3b0066519352bd8f1d0a8844ab148efe54bcf0.tar.gz hdf5-1c3b0066519352bd8f1d0a8844ab148efe54bcf0.tar.bz2 |
Remove duplicate block
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/scripts/CTestScript.cmake | 3 |
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()
|