diff options
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index cbeb3a9e5d8..5df73bd142a 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -12,6 +12,15 @@ message("* Install core to : ${CMAKE_INSTALL_PREFIX}") if( UNIX ) message("* Install configs to : ${CONF_DIR}") endif() + +if( COPY_CONF ) + if( UNIX ) + message("* Install configs to : ${CONF_DIR}") + else() + message("* Install configs to : ${CMAKE_INSTALL_PREFIX}") + endif() +endif() + message("") # Show infomation about the options selected during configuration |