diff --git a/CMakeLists.txt b/CMakeLists.txt index a1ec47563f9276c844983a1bd9c640d6b8afd36e..50c79340fb8e08b7bac35864f4961eff6311bcc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -865,6 +865,8 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") if (${CMAKE_INSTALL_PREFIX} STREQUAL "/usr/local" OR ${CMAKE_INSTALL_PREFIX} STREQUAL "C:/Program Files") message("-- ${Yellow}Your CMAKE_INSTALL_PREFIX is ${CMAKE_INSTALL_PREFIX} which is a default system path." "You may want to change it: set the CMAKE_INSTALL_PREFIX variable to do so.${ColourReset}") + else() + message("-- ${Yellow}Your CMAKE_INSTALL_PREFIX is ${CMAKE_INSTALL_PREFIX}.${ColourReset}") endif() else(MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")