mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
removed legacy cmake libsdir entry (#24813)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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("")
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user