]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Spell-checking
authorspo <sergey.pokhodenko@opencascade.com>
Thu, 6 Aug 2015 09:20:13 +0000 (12:20 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 11 Aug 2015 10:25:25 +0000 (13:25 +0300)
CMakeLists.txt

index c1d21d73d87dec87731f0cbe19f9b007d5610338..e24cc90e79a7943e4cca4d69fd4a554bae205503 100644 (file)
@@ -24,7 +24,7 @@ IF(UNIX)
     #Supporting test coverage checks (gcov) in the DEBUG mode
     IF(USE_TEST_COVERAGE)
       INCLUDE(CodeCoverage)
-      MESSAGE(STATUS "Setting flags for gcov support the the gcc...")
+      MESSAGE(STATUS "Setting flags for gcov support the gcc...")
       SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
       SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
       SET(CMAKE_SHARED_LINKER_FLAGS "-lgcov")