We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad27fd commit 7892b68Copy full SHA for 7892b68
CMakeLists.txt
@@ -109,12 +109,6 @@ if(OTIO_SHARED_LIBS)
109
else()
110
message(STATUS "Building static libs")
111
set(OTIO_SHARED_OR_STATIC_LIB "STATIC")
112
- if (OTIO_PYTHON_INSTALL)
113
- # If we're compiling for pybind, we can hide all our symbols, they'll only be called from pybind
114
- # Note that this has no effect on Windows.
115
- set(CMAKE_CXX_VISIBILITY_PRESET hidden)
116
- set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
117
- endif()
118
endif()
119
120
# Set the SO version. The SO version must be incremented every time a change
0 commit comments