From 332edde857f3787b1af082adaccc741ba4254f12 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 13 Jan 2016 17:29:53 +0100 Subject: [PATCH] tests: remove --debug from ctest command --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0b912c3..1597e00 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -14,7 +14,7 @@ ############################################################################# enable_testing() -set(CMAKE_CTEST_COMMAND ctest -VV --debug --timeout 120) +set(CMAKE_CTEST_COMMAND ctest -V --timeout 120) if(WIN32 AND GMIO_BUILD_SHARED_LIBS) configure_file(win_ctest_cmd.bat.cmake win_ctest_cmd.bat @ONLY) set(CMAKE_CTEST_COMMAND win_ctest_cmd.bat)