gplugin/gplugin

Set the MACOSX_RPATH policy
feature/osx-fixing
2015-12-20, Gary Kramlich
3fe14c419cec
Parents c7cd2fceb281
Children 0b1c1ade39f3
Set the MACOSX_RPATH policy
--- a/CMakeLists.txt Sun Dec 20 18:26:15 2015 -0600
+++ b/CMakeLists.txt Sun Dec 20 19:01:31 2015 -0600
@@ -17,6 +17,9 @@
# don't force target names to match a pattern
cmake_policy(SET CMP0037 OLD)
+
+ # enable MACOSX_RPATH
+ cmake_policy(SET CMP0042 NEW)
endif(${CMAKE_VERSION} VERSION_GREATER "3.0.0")
###############################################################################