We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cc5b2 commit 9ee1199Copy full SHA for 9ee1199
cmake/DefaultDirs.cmake
@@ -21,7 +21,7 @@ set (SBIN_INSTALL_DIR "sbin" CACHE STRING
21
mark_as_advanced (SBIN_INSTALL_DIR)
22
23
# LIB_INSTALL_DIR - the directory where libraries will be installed
24
-set (LIB_INSTALL_DIR "lib" CACHE STRING "The install dir for libraries")
+set (LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE STRING "The install dir for libraries")
25
mark_as_advanced (LIB_INSTALL_DIR)
26
27
# INCLUDE_INSTALL_DIR - the install dir for header files
0 commit comments