diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-07-15 19:33:12 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-07-15 19:33:12 +0200 |
commit | 524d16739861d0b2279e2270e319b0c77ec9b03b (patch) | |
tree | 6ef11c719c0f24dd9f14d90ba8045f9a77eaa254 /cmake/showoptions.cmake | |
parent | 1405760f317cfcfed29aca5ab36633863a2d9dc9 (diff) |
Dep: Switch to boost process instead of old standalone version
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index da14ac383f3..bb027903037 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -9,10 +9,6 @@ message("") # output information about installation-directories and locations 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}") |