From 7b046ce5a86e5eaffef1c3151d87931b80b84861 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Tue, 19 Feb 2013 22:58:35 +0100 Subject: [PATCH] Quote output correctly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 886da0e3..e7761cc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,7 +242,7 @@ opm_compile_satellites (opm-core tests "" "^test_([^/]*)$") add_custom_target (check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS tests - COMMENT Checking if library is functional + COMMENT "Checking if library is functional" VERBATIM )