6aa1232
--- OpenSubdiv-3_4_0/CMakeLists.txt.orig	2019-10-20 12:02:15.905162264 +0200
6aa1232
+++ OpenSubdiv-3_4_0/CMakeLists.txt	2019-10-20 12:27:26.934582395 +0200
6aa1232
@@ -132,18 +132,6 @@
6aa1232
 endif()
6aa1232
 
6aa1232
 
6aa1232
-if (NOT CMAKE_COMPILER_IS_ICC)
6aa1232
-    # Currently icc has a bug that asserts when linking rpaths containing long
6aa1232
-    # sequences of ':' that this command causes. The consequence is that examples
6aa1232
-    # built and installed using icc will not have an rpath pointing to the built
6aa1232
-    # OSD library which they depend on and will have to set LD_LIBRARY_PATH instead.
6aa1232
-    list(APPEND CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
6aa1232
-endif()
6aa1232
-
6aa1232
-# add the automatically determined parts of the RPATH
6aa1232
-# which point to directories outside the build tree to the install RPATH
6aa1232
-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
6aa1232
-
6aa1232
 # ensure that ARC is shown as enabled in the Xcode UI
6aa1232
 if(CMAKE_GENERATOR STREQUAL "Xcode")
6aa1232
     set (CMAKE_XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC "YES")