Skip to content

Commit c333584

Browse files
Make the comment more verbose
Co-authored-by: Stephan Steinbach <[email protected]> Signed-off-by: Darby Johnston <[email protected]>
1 parent ffdc7aa commit c333584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ endif()
192192

193193
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
194194

195-
# Explicitly export C++ symbols for shared libraries.
195+
# Default to not exporting C++ symbols, symbols that need to be exported are
196+
# explicitly marked with the OPENTIME_EXPORT or OPENTIMELINEIO_EXPORT macros
196197
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
197198
include(GenerateExportHeader)
198199

0 commit comments

Comments
 (0)