Print install prefix in cmake summary

This commit is contained in:
Alexey Rybalchenko 2019-08-22 12:25:26 +02:00 committed by Mohammad Al-Turany
parent 2a7d4dfd9a
commit 8073d2982c

View File

@ -209,4 +209,6 @@ else()
endif() endif()
message(STATUS " ${BWhite}tests${CR} ${testing_summary}") message(STATUS " ${BWhite}tests${CR} ${testing_summary}")
message(STATUS " ") message(STATUS " ")
message(STATUS " ${Cyan}INSTALL PREFIX${CR} ${BGreen}${CMAKE_INSTALL_PREFIX}${CR} (change with ${BMagenta}-DCMAKE_INSTALL_PREFIX=...${CR})")
message(STATUS " ")
################################################################################ ################################################################################