SWDEV-296010: Fixing RPATH & CMAKE files

Removing the RPATH skip & Removing the install path that was defined CMakelist

Change-Id: Icf374b9548fc7b24e99a1b5ab9720ce6d775abf8
This commit is contained in:
Ammar ELWazir
2022-03-09 19:16:08 -06:00
والد bc19ae71eb
کامیت 8098ec6acf
2فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
-2
مشاهده پرونده
@@ -53,8 +53,6 @@ set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" )
add_link_options("-Bdynamic -z,noexecstck")
set ( CMAKE_SKIP_BUILD_RPATH TRUE )
## CLANG options
if ( "$ENV{CXX}" STREQUAL "/usr/bin/clang++" )
set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ferror-limit=1000000" )