From 447a9642c225ddb5484fb210f4170d3b738e4e1a Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 17 Jun 2016 20:42:19 +0200 Subject: [PATCH] closes https://github.com/assimp/assimp/issues/918: use correct lib install name for macos. --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index ddf5e3551..2d39a00c2 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -809,7 +809,7 @@ SET_TARGET_PROPERTIES( assimp PROPERTIES ) if (APPLE) - SET_TARGET_PROPERTIES( assimp PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}") + SET_TARGET_PROPERTIES( assimp PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${ASSIMP_LIB_INSTALL_DIR}") endif() # Build against external unzip, or add ../contrib/unzip so