Skip to content
Snippets Groups Projects

Debug build

Merged Daniel Hornung requested to merge f-debug-build into f-release-0.1
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -145,7 +145,7 @@ endif()
find_library(covlib NAMES gcov lcov)
message(STATUS "covlib: >${covlib}<")
if (${covlib} STREQUAL "covlib-NOTFOUND")
message(Warning "lcov or gcov libraries not found, skipping code coverage.")
message(STATUS "lcov or gcov libraries not found, skipping code coverage.")
return()
endif()
Loading