diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/platform/unix/settings.cmake | 6 | ||||
| -rw-r--r-- | cmake/showoptions.cmake | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/cmake/platform/unix/settings.cmake b/cmake/platform/unix/settings.cmake index 0d38c6886a5..47e10d3cda1 100644 --- a/cmake/platform/unix/settings.cmake +++ b/cmake/platform/unix/settings.cmake @@ -4,12 +4,6 @@ if( NOT CONF_DIR ) message(STATUS "UNIX: Using default configuration directory") endif() -# set default library directory -if( NOT LIBSDIR ) - set(LIBSDIR ${CMAKE_INSTALL_PREFIX}/lib) - message(STATUS "UNIX: Using default library directory") -endif() - # configure uninstaller configure_file( "${CMAKE_SOURCE_DIR}/cmake/platform/cmake_uninstall.in.cmake" diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 51f3414cf76..cbeb3a9e5d8 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -10,7 +10,6 @@ message("") message("* Install core to : ${CMAKE_INSTALL_PREFIX}") if( UNIX ) - message("* Install libraries to : ${LIBSDIR}") message("* Install configs to : ${CONF_DIR}") endif() message("") |
