Skip to content

Commit 7892b68

Browse files
committed
Remove visibility option
Signed-off-by: Darby Johnston <[email protected]>
1 parent 9ad27fd commit 7892b68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ if(OTIO_SHARED_LIBS)
109109
else()
110110
message(STATUS "Building static libs")
111111
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()
118112
endif()
119113

120114
# Set the SO version. The SO version must be incremented every time a change

0 commit comments

Comments
 (0)