Use LIB_SUFFIX when creating the default lib install dir
Thanks to Hanno Böck for pointing this out
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ SET(LIB_MINOR_VERSION "7")
|
||||
SET(LIB_BUILD_VERSION "411")
|
||||
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}")
|
||||
IF(NOT DEFINED LIB_INSTALL_DIR)
|
||||
SET(LIB_INSTALL_DIR "lib")
|
||||
SET(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")
|
||||
ENDIF(NOT DEFINED LIB_INSTALL_DIR)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user