Skip to content

Commit

Permalink
Fix C++ visibility preset
Browse files Browse the repository at this point in the history
  • Loading branch information
evpobr authored and robUx4 committed May 19, 2019
1 parent c8e05d6 commit 51648bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if(BUILD_SHARED_LIBS)
target_compile_definitions(matroska PUBLIC MATROSKA_DLL)
set_target_properties(matroska PROPERTIES
DEFINE_SYMBOL "MATROSKA_DLL_EXPORT"
C_VISIBILITY_PRESET hidden
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN 1)
endif()

Expand Down

0 comments on commit 51648bb

Please sign in to comment.