Browse Source

Remove explicit setting of macos install_name

Use CMake default behaviour for libassimp

Fixes #2961
RichardTea 5 years ago
parent
commit
4337c07e4b
1 changed files with 0 additions and 4 deletions
  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