Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Netlib f2c
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
netlib
Netlib f2c
Commits
bb22dc6b
Verified
Commit
bb22dc6b
authored
Apr 29, 2024
by
Tim Kaune
Browse files
Options
Downloads
Patches
Plain Diff
Add INSTALL_RPATH to libf2cWithFortranMain
parent
25f80c05
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
packaging/CMakeLists.txt
+7
-0
7 additions, 0 deletions
packaging/CMakeLists.txt
with
7 additions
and
0 deletions
packaging/CMakeLists.txt
+
7
−
0
View file @
bb22dc6b
...
...
@@ -53,6 +53,13 @@ target_include_directories(libf2c PUBLIC
"$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
>"
)
set_property
(
TARGET libf2cWithFortranMain
APPEND
PROPERTY
INSTALL_RPATH
"
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
"
)
install
(
TARGETS libf2c libf2cWithFortranMain
EXPORT NetlibF2C_Targets-library
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment