2
0
Эх сурвалжийг харах

Merge pull request #2962 from RichardTea/macos_rpath

Remove explicit setting of macos install_name
Kim Kulling 5 жил өмнө
parent
commit
1e3f7137fa
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  1. 0 4
      code/CMakeLists.txt

+ 0 - 4
code/CMakeLists.txt

@@ -1213,10 +1213,6 @@ SET_TARGET_PROPERTIES( assimp PROPERTIES
 )
 
 if (APPLE)
-  SET_TARGET_PROPERTIES( assimp PROPERTIES
-    INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${ASSIMP_LIB_INSTALL_DIR}"
-  )
-
   if (BUILD_FRAMEWORK)
     SET_TARGET_PROPERTIES( assimp PROPERTIES
       FRAMEWORK TRUE