From 7601eea77247b4499d38e88ed454c3991728ce66 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 19 Apr 2024 20:46:32 +0200 Subject: [PATCH] CMake: add installation prefix to Configuration Summary --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)