Explorar o código

Remove explicit setting of macos install_name

Use CMake default behaviour for libassimp

Fixes #2961
RichardTea %!s(int64=5) %!d(string=hai) anos
pai
achega
4337c07e4b
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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