From 1c3b0066519352bd8f1d0a8844ab148efe54bcf0 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 27 Oct 2016 14:13:04 -0500 Subject: Remove duplicate block --- config/cmake/scripts/CTestScript.cmake | 3 --- 1 file changed, 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() -- cgit v0.12