summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-01-01 19:14:26 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-01-01 19:14:26 +0100
commitd237d186ae1db050ce07a6e39cc2fb4d455f150a (patch)
treea8f2763fbc3dfb99bc1ac4ff701abdc7fbf1284e
parentecb3e40d69e3e791af1dbc087511a6a1e60165a3 (diff)
CMake: add missing configuration output statement
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 210cfa0d9..8cc4813c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -247,6 +247,8 @@ endif ()
if (FLTK_BUILD_TEST)
message (STATUS "Test programs will be built in ${CMAKE_CURRENT_BINARY_DIR}/bin/test")
+else ()
+ message (STATUS "Test programs will not be built (set FLTK_BUILD_TEST=ON to build)")
endif ()
if (FLTK_BUILD_EXAMPLES)