From 2b312c7bd23710ede145d2ec2ccd04ea4f1fc5bf Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 15 Jul 2020 19:33:12 +0200 Subject: Dep: Switch to boost process instead of old standalone version (cherry picked from commit 524d16739861d0b2279e2270e319b0c77ec9b03b) --- cmake/showoptions.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmake/showoptions.cmake') diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 970afc37b32..3acb939f318 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}") -- cgit v1.2.3