CMake: add missing configuration output statement

This commit is contained in:
Albrecht Schlosser 2024-01-01 19:14:26 +01:00
parent ecb3e40d69
commit d237d186ae
1 changed files with 2 additions and 0 deletions

View File

@ -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)