diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-19 20:46:32 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-19 20:46:32 +0200 |
| commit | 7601eea77247b4499d38e88ed454c3991728ce66 (patch) | |
| tree | 03a313af359916063388b3ec4680425d8fce62ec | |
| parent | a9d3d3e3fbefc80278392a88c0a81a5bbb97eb51 (diff) | |
CMake: add installation prefix to Configuration Summary
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
