Add several other Cmake warnings.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2019-12-28 12:31:58 +01:00
parent 4c9f5b12fa
commit a4dc7b447b
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ if (WINDOWS)
endif (WINDOWS)
if (NOT DEFINED CONAN_EXPORTED)
MESSAGE(WARNING, "Called from Conan. Not building test build.")
# Add a definition for the test library
target_compile_definitions(CreatureLibTests PRIVATE TESTS_BUILD)
endif ()