mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
FindMatlab: fix header visibility of the generated mex files
This commit is contained in:
committed by
Brad King
parent
221a02635e
commit
5752e55805
@@ -918,7 +918,7 @@ function(matlab_add_mex )
|
||||
PROPERTIES
|
||||
CXX_VISIBILITY_PRESET "hidden"
|
||||
C_VISIBILITY_PRESET "hidden"
|
||||
VISIBILITY_INLINES_HIDDEN "hidden"
|
||||
VISIBILITY_INLINES_HIDDEN ON
|
||||
)
|
||||
|
||||
# get_target_property(
|
||||
|
||||
Reference in New Issue
Block a user