diff options
Diffstat (limited to 'Tests/Testing')
-rw-r--r-- | Tests/Testing/CMakeLists.txt | 8 | ||||
-rw-r--r-- | Tests/Testing/DartConfig.cmake | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Tests/Testing/CMakeLists.txt b/Tests/Testing/CMakeLists.txt index 815b52b..5c6f37c 100644 --- a/Tests/Testing/CMakeLists.txt +++ b/Tests/Testing/CMakeLists.txt @@ -7,12 +7,12 @@ PROJECT (Testing) # # Lib and exe path # -SET (LIBRARY_OUTPUT_PATH - ${Testing_BINARY_DIR}/bin/ CACHE PATH +SET (LIBRARY_OUTPUT_PATH + ${Testing_BINARY_DIR}/bin/ CACHE PATH "Single output directory for building all libraries.") -SET (EXECUTABLE_OUTPUT_PATH - ${Testing_BINARY_DIR}/bin/ CACHE PATH +SET (EXECUTABLE_OUTPUT_PATH + ${Testing_BINARY_DIR}/bin/ CACHE PATH "Single output directory for building all executables.") # diff --git a/Tests/Testing/DartConfig.cmake b/Tests/Testing/DartConfig.cmake index 26af720..9494eec 100644 --- a/Tests/Testing/DartConfig.cmake +++ b/Tests/Testing/DartConfig.cmake @@ -9,7 +9,7 @@ SET (DROP_SITE_USER "") SET (DROP_SITE_PASSWORD "") SET (TRIGGER_SITE "") -# Dart server configuration +# Dart server configuration # SET (CVS_WEB_URL "") # SET (CVS_WEB_CVSROOT "") # SET (USE_DOXYGEN "Off") |