Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixClockTimer
Commits
483e5758
Commit
483e5758
authored
May 04, 2021
by
Pierre Aubert
Browse files
Fix cmake rpath on macosx
parent
a9073ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cmake/rpath_utils.cmake
cmake/rpath_utils.cmake
+2
-1
No files found.
cmake/rpath_utils.cmake
View file @
483e5758
if
(
APPLE
)
set
(
CMAKE_MACOSX_RPATH
${
CMAKE_INSTALL_PREFIX
}
/lib
)
message
(
STATUS
"Build on macosx"
)
set
(
CMAKE_MACOSX_RPATH 1 CACHE BOOL
"Global rpath"
FORCE
)
# use, i.e. don't skip the full RPATH for the build tree
set
(
CMAKE_SKIP_BUILD_RPATH FALSE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment