Skip to content
Snippets Groups Projects
Commit e24f4b57 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix inverted logic in profile.cmake

parent 914eeb97
No related branches found
No related tags found
No related merge requests found
check_library_exists (gcov __gcov_flush "" HAVE_GCOV)
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set(ENABLE_GCOV_DEFAULT ON)
else()
set(ENABLE_GCOV_DEFAULT OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment