mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-15 22:51:34 +03:00
Remove unnecessary RPATH setting
It causes /usr/lib/rpm/check-rpaths to fail during build.
This commit is contained in:
@ -37,7 +37,6 @@ endif()
|
||||
|
||||
if(UNIX)
|
||||
include(GNUInstallDirs)
|
||||
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
|
||||
|
||||
include(CheckIncludeFile)
|
||||
Check_Include_File(sys/auxv.h HAVE_SYS_AUXV)
|
||||
|
||||
Reference in New Issue
Block a user