summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-19 20:46:32 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-19 20:46:32 +0200
commit7601eea77247b4499d38e88ed454c3991728ce66 (patch)
tree03a313af359916063388b3ec4680425d8fce62ec /CMakeLists.txt
parenta9d3d3e3fbefc80278392a88c0a81a5bbb97eb51 (diff)
CMake: add installation prefix to Configuration Summary
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e0788127..5041d16af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -260,6 +260,8 @@ else()
fl_summary("Build configuration" "${CMAKE_BUILD_TYPE}")
endif()
+fl_summary("Installation prefix" "${CMAKE_INSTALL_PREFIX}")
+
message("")
# "title" name system library if used
fl_summary_image("Image Libraries" JPEG LIB_jpeg)