Display sanitize in options

This commit is contained in:
Alex Beregszaszi 2021-05-19 11:14:30 +01:00
parent 4cbf9ff74c
commit 64e39436f5

View File

@ -31,6 +31,7 @@ macro(print_config NAME)
message("-- CMAKE_BUILD_TYPE Build type ${CMAKE_BUILD_TYPE}")
message("-- TARGET_PLATFORM Target platform ${CMAKE_SYSTEM_NAME}")
message("--------------------------------------------------------------- features")
message("-- SANITIZE Code sanitizer ${SANITIZE}")
message("-- COVERAGE Coverage support ${COVERAGE}")
message("------------------------------------------------------------- components")
if (SUPPORT_TESTS)