1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

add comment

This commit is contained in:
Lars Melchior 2020-04-16 09:41:34 +02:00
parent 994a90aa49
commit b42b541b25

View file

@ -40,6 +40,8 @@ CPMAddPackage(
GIT_TAG 3a469d8251660a97dbf9e0afff0a242965d40277
)
# adds support the the `USE_SANITIZER` flag
# available options are: Address, Memory, MemoryWithOrigins, Undefined, Thread, Leak, 'Address;Undefined'
include(${StableCoder-cmake-scripts_SOURCE_DIR}/sanitizers.cmake)
# ---- Create binary ----