Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
fa2f2c2a
Commit
fa2f2c2a
authored
Aug 07, 2019
by
Jan Möbius
Browse files
Merge branch 'cmake-fix-macos-rpath' into 'master'
Fix a bad cmake typo, RPPATH should be RPATH. See merge request
!158
parents
c46d41ed
46f042df
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGCommon.cmake
View file @
fa2f2c2a
...
...
@@ -126,7 +126,7 @@ macro (acg_set_target_props target)
if
(
APPLE AND NOT ACG_PROJECT_MACOS_BUNDLE AND
NOT
(
CMAKE_MAJOR_VERSION LESS 3
))
set_target_properties
(
${
target
}
PROPERTIES MACOSX_RPATH 1
)
else
()
set_target_properties
(
${
target
}
PROPERTIES MACOSX_RP
P
ATH 0
)
#disable "@rpath" option since fixup_bundle has some problems finding dependencies
set_target_properties
(
${
target
}
PROPERTIES MACOSX_RPATH 0
)
#disable "@rpath" option since fixup_bundle has some problems finding dependencies
endif
()
if
(
WIN32
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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