1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

Remove unnecessary RPATH setting

It causes /usr/lib/rpm/check-rpaths to fail during build.
This commit is contained in:
Ron Isaacson 2020-06-28 01:17:58 -04:00
parent 47d08b055e
commit d5245c8842

View File

@ -37,7 +37,6 @@ endif()
if(UNIX) if(UNIX)
include(GNUInstallDirs) include(GNUInstallDirs)
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
include(CheckIncludeFile) include(CheckIncludeFile)
Check_Include_File(sys/auxv.h HAVE_SYS_AUXV) Check_Include_File(sys/auxv.h HAVE_SYS_AUXV)