Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated call to add_compiler_export_flags()
It is deprecated in CMake 3.0, the replacement is to set the CXX_VISIBILITY_PRESET (or in our case C_VISIBILITY_PRESET) and VISIBILITY_INLINES_HIDDEN properties of the target. We're already setting them by setting the CMake variables anyway, so the call can be removed.
- Loading branch information