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
dtk
dtk
Commits
3fa874c8
Commit
3fa874c8
authored
Jul 24, 2014
by
Julien Wintz
Browse files
Try using rpath only for unix.
parent
f84a15b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkLog/CMakeLists.txt
View file @
3fa874c8
...
...
@@ -39,6 +39,7 @@ add_library(${PROJECT_NAME} SHARED
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES MACOSX_RPATH 0
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES INSTALL_NAME_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
"
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES INSTALL_RPATH
"
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
"
)
## ###################################################################
## Link rules
...
...
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