removed legacy cmake libsdir entry (#24813)

This commit is contained in:
Max Drosdo.www
2020-06-16 15:22:46 +03:00
committed by GitHub
parent cb5694607d
commit 60e813df6b
3 changed files with 0 additions and 8 deletions

View File

@@ -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"

View File

@@ -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("")

View File

@@ -42,7 +42,6 @@ CMakeLists.txt in the main folder and take a look at some of the flags like
CMAKE_INSTALL_PREFIX Set installation directory
NOJEM Do not build with jemalloc (advanced users only)
CONF_DIR Set path as default configuration directory
LIBSDIR Set path as default library directory
CMAKE_C_FLAGS Set C_FLAGS for compile (advanced users only)
CMAKE_CXX_FLAGS Set CXX_FLAGS for compile (advanced users only)
CMAKE_BUILD_TYPE Set build type - the supported modes are: