From a4dc7b447bd14cc0cd1dd58f533c741e657ec428 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 28 Dec 2019 12:31:58 +0100 Subject: [PATCH] Add several other Cmake warnings. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66270a6..75b38c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ()