Skip to content

Commit 9ee1199

Browse files
committed
Respect LIB_SUFFIX in LIB_INSTALL_DIR by default
1 parent f2cc5b2 commit 9ee1199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DefaultDirs.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set (SBIN_INSTALL_DIR "sbin" CACHE STRING
2121
mark_as_advanced (SBIN_INSTALL_DIR)
2222

2323
# LIB_INSTALL_DIR - the directory where libraries will be installed
24-
set (LIB_INSTALL_DIR "lib" CACHE STRING "The install dir for libraries")
24+
set (LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE STRING "The install dir for libraries")
2525
mark_as_advanced (LIB_INSTALL_DIR)
2626

2727
# INCLUDE_INSTALL_DIR - the install dir for header files

0 commit comments

Comments
 (0)