diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-01 19:14:26 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-01 19:14:26 +0100 |
| commit | d237d186ae1db050ce07a6e39cc2fb4d455f150a (patch) | |
| tree | a8f2763fbc3dfb99bc1ac4ff701abdc7fbf1284e /CMakeLists.txt | |
| parent | ecb3e40d69e3e791af1dbc087511a6a1e60165a3 (diff) | |
CMake: add missing configuration output statement
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
