Browse Source
CMake 3.0 defines two new variables: * CMAKE_CXX_VISIBILITY_PRESET and * CMAKE_VISIBILITY_INLINES_HIDDEN to control whether symbols not explicitly tagged for export are implicitly exported. Because only version 3.3 and later also applies that to static libraries when in 3.3 mode, compatibility code is added as well. When the minimum required version is bumped to 3.3, this code becomes obsolete and a warning is displayed that the compatibility code should be removed as well.pull/9/head
committed by
Wayne Stambaugh
2 changed files with 24 additions and 10 deletions
Loading…
Reference in new issue