summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaffi Enficiaud <raffi.enficiaud@mines-paris.org>2015-05-29 17:37:04 +0200
committerBrad King <brad.king@kitware.com>2015-06-01 09:24:06 -0400
commit5752e558053261bdefc6294d9f13918e1233cd9e (patch)
tree515aaf088ddafc26a51f3152b38c8bfc26369eda
parent221a02635ef3097992ab7896b7da6f3274addfd0 (diff)
downloadcmake-5752e558053261bdefc6294d9f13918e1233cd9e.tar.gz
FindMatlab: fix header visibility of the generated mex files
-rw-r--r--Modules/FindMatlab.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index b4beec3d8e..939f7969d2 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -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(