Skip to content

Fix OS X CMake 3.0+ warnings

Dave Moxey requested to merge fix/osx-cmake3-warnings into master

Fixes warnings on OS X under CMake v3.0.0+. For now this disables MACOSX_RPATH; once we reach a point where CMake 3.0.0 is the minimum required version we can patch our existing RPATH code to handle the new functionality.

Merge request reports