Skip to content

Commit

Permalink
removed legacy cmake libsdir entry (TrinityCore#24813)
Browse files Browse the repository at this point in the history
(cherry picked from commit 60e813d)
  • Loading branch information
ipriver authored and Shauren committed Jan 6, 2022
1 parent f570607 commit aa409f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions cmake/platform/unix/settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion cmake/showoptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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("")
Expand Down
1 change: 0 additions & 1 deletion doc/UnixInstall.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ 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:
Expand Down

0 comments on commit aa409f8

Please sign in to comment.