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:
parent
47d08b055e
commit
d5245c8842
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user