Skip to content
Snippets Groups Projects
Unverified Commit e8b08ca8 authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Add default hidden visibliity to pyarb shared lib. (#1510)

parent 595e4e3a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment