summaryrefslogtreecommitdiffstats
path: root/Tests/Testing
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Testing')
-rw-r--r--Tests/Testing/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Testing/CMakeLists.txt b/Tests/Testing/CMakeLists.txt
index 20af09b..8f69cbe 100644
--- a/Tests/Testing/CMakeLists.txt
+++ b/Tests/Testing/CMakeLists.txt
@@ -20,9 +20,9 @@ set (EXECUTABLE_OUTPUT_PATH
#
if (EXECUTABLE_OUTPUT_PATH)
set (CXX_TEST_PATH ${EXECUTABLE_OUTPUT_PATH})
-else (EXECUTABLE_OUTPUT_PATH)
+else ()
set (CXX_TEST_PATH .)
-endif (EXECUTABLE_OUTPUT_PATH)
+endif ()
#
# Include Dart