diff options
| -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) |
