Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
bf912c6c
Commit
bf912c6c
authored
3 years ago
by
AlQuemist
Browse files
Options
Downloads
Patches
Plain Diff
MakeSharedLib: Use the `LINUX` variable to check for Linux (Minor change)
parent
11ed456f
No related branches found
No related tags found
2 merge requests
!601
Remove unneeded CMake modules (Minor cleanup)
,
!600
Remove unneeded CMake modules (Minor cleanup)
Pipeline
#54519
passed
3 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/BornAgain/multipython/MakeSharedLib.cmake
+1
-1
1 addition, 1 deletion
cmake/BornAgain/multipython/MakeSharedLib.cmake
with
1 addition
and
1 deletion
cmake/BornAgain/multipython/MakeSharedLib.cmake
+
1
−
1
View file @
bf912c6c
...
@@ -90,7 +90,7 @@ function(make_shared_lib name)
...
@@ -90,7 +90,7 @@ function(make_shared_lib name)
set_target_properties
(
${
__LIBNAME
}
PROPERTIES LINK_FLAGS
${
link_flags
}
)
set_target_properties
(
${
__LIBNAME
}
PROPERTIES LINK_FLAGS
${
link_flags
}
)
endif
()
endif
()
if
(
BORNAGAIN_PLATFORM STREQUAL
"linux"
)
if
(
LINUX
)
# NOTE: Unlike `RUNPATH`, `RPATH` is searched for transitive dependencies;
# NOTE: Unlike `RUNPATH`, `RPATH` is searched for transitive dependencies;
# ie. paths in RPATH will be considered for everything that is
# ie. paths in RPATH will be considered for everything that is
# dynamically loaded, even dependencies of dependencies.
# dynamically loaded, even dependencies of dependencies.
...
...
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