aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorMax Drosdo.www <g1ran1q@gmail.com>2020-06-16 15:22:46 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-06 21:41:48 +0100
commitaa409f8993f3ee5e90dd64511f34504ebafec7d1 (patch)
tree05cb89927b02a27cc32ad01d99168c2668a4df87 /cmake/showoptions.cmake
parentf5706073ee7de987294a20202a5858a74d95df7f (diff)
removed legacy cmake libsdir entry (#24813)
(cherry picked from commit 60e813df6b7dfe599266cf36ddd52ba204917267)
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r--cmake/showoptions.cmake1
1 files changed, 0 insertions, 1 deletions
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("")