Salome HOME
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
[modules/shaper.git] / 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")