Update SetFlags.cmake
This commit is contained in:
parent
62669f64de
commit
9e1829e4e6
@ -27,7 +27,7 @@ endmacro()
|
||||
|
||||
macro(set_flags)
|
||||
# Add coverage processing, if requested:
|
||||
if (CMAKE_BUILD_TYPE STREQUALS "COVERAGE")
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL "COVERAGE")
|
||||
message("Including CodeCoverage")
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/lib/cmake-coverage/")
|
||||
include(CodeCoverage)
|
||||
|
Loading…
Reference in New Issue
Block a user