Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 99a496d

Browse files
committed
1 parent 1633ec2 commit 99a496d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

CMakeLists.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -128,23 +128,6 @@ set(SCAP_WORKBENCH_LINK_LIBRARIES
128128
Qt5::Widgets Qt5::XmlPatterns
129129
${OPENSCAP_LINK_LIB})
130130

131-
# ---------- RPATHS for linking
132-
133-
# see https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling
134-
135-
# when building, use the install RPATH
136-
# (but later on when installing)
137-
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
138-
139-
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
140-
141-
# add the automatically determined parts of the RPATH
142-
# which point to directories outside the build tree to the install RPATH
143-
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
144-
145-
# Turn on RPATH for OSX
146-
set(CMAKE_MACOSX_RPATH ON)
147-
148131
configure_file("include/Config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/Config.h")
149132
# It is not trivial to make the resulting file executable :-(
150133
# People will have to `bash runwrapper.sh ...` in the meantime.

0 commit comments

Comments
 (0)