Print install prefix in cmake summary

This commit is contained in:
Alexey Rybalchenko 2019-08-14 14:14:54 +02:00 committed by Dennis Klein
parent eaa8f5cbdd
commit be06a5629e

View File

@ -384,6 +384,8 @@ if(RUN_STATIC_ANALYSIS)
else()
set(static_ana_summary "${BRed}OFF${CR} (default, enable with ${BMagenta}-DRUN_STATIC_ANALYSIS=ON${CR})")
endif()
message(STATUS " ${Cyan}INSTALL PREFIX${CR} ${BGreen}${CMAKE_INSTALL_PREFIX}${CR} (change with ${BMagenta}-DCMAKE_INSTALL_PREFIX=...${CR})")
message(STATUS " ")
message(STATUS " ${Cyan}RUN STATIC ANALYSIS ${static_ana_summary}")
message(STATUS " ")
################################################################################