Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
e8b08ca8
Unverified
Commit
e8b08ca8
authored
3 years ago
by
Sam Yates
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add default hidden visibliity to pyarb shared lib. (#1510)
parent
595e4e3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/CMakeLists.txt
+1
-0
1 addition, 0 deletions
python/CMakeLists.txt
with
1 addition
and
0 deletions
python/CMakeLists.txt
+
1
−
0
View file @
e8b08ca8
...
...
@@ -45,6 +45,7 @@ set(pyarb_source
# use by both the Python wrapper target (pyarb) and for the
# unit tests of the C++ components in the Python wrapper.
add_library
(
pyarb_obj OBJECT
${
pyarb_source
}
)
set_target_properties
(
pyarb_obj PROPERTIES CXX_VISIBILITY_PRESET hidden
)
target_link_libraries
(
pyarb_obj PRIVATE arbor arborio pybind11::module
)
# The Python library. MODULE will make a Python-exclusive model.
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment