GNUIntallDirs: lib -> CMAKE_INSTALL_FULL_LIBDIR.
This commit is contained in:
parent
784ca10a53
commit
be702a8ef8
|
@ -41,7 +41,9 @@ IF (LibIsPlugin)
|
|||
ENDIF (LibIsPlugin)
|
||||
|
||||
IF (UNIX)
|
||||
SET (install_dest lib${install_prefix})
|
||||
INCLUDE (GNUInstallDirs)
|
||||
#SET (install_dest lib${install_prefix})
|
||||
SET (install_dest ${CMAKE_INSTALL_FULL_LIBDIR}${install_prefix})
|
||||
ELSEIF (WIN32)
|
||||
SET (install_dest bin${install_prefix})
|
||||
ENDIF (UNIX)
|
||||
|
|
Loading…
Reference in New Issue