mirror of https://github.com/fltk/fltk
CMake: add installation prefix to Configuration Summary
This commit is contained in:
parent
a9d3d3e3fb
commit
7601eea772
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue