Change the relative path to a full one for rpath

This commit is contained in:
Robert Fewell 2017-12-08 14:45:02 +00:00 committed by John Ralls
parent 7c57ad18cd
commit 0186bc1c0c

View File

@ -526,7 +526,7 @@ IF (APPLE AND WITH_GNUCASH)
ENDIF (APPLE AND WITH_GNUCASH)
IF (UNIX)
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}:${PKGLIBDIR}")
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}:${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
ENDIF()
SET(BUILD_SHARED_LIBS ON)