diff options
author | ipriver <g1ran1q@gmail.com> | 2020-06-17 14:42:49 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 22:54:29 +0100 |
commit | 8979493bb7eacc557a0fd51cb781f134b97b3b29 (patch) | |
tree | 9eef26c447dda93f05339eb82c56506e613284b2 /cmake/showoptions.cmake | |
parent | bcd00244c312db02b0feaf950de1436c4427993e (diff) |
Additional cmake entry for configs
Closes #24812
Co-authored-by: Carbenium <carbenium@outlook.com>
(cherry picked from commit dc467ee0f6d0a49be4bd20b621f141228dfec736)
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 |