Add several other Cmake warnings.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-12-28 12:31:58 +01:00
parent 4c9f5b12fa
commit a4dc7b447b

View File

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