From 73e06ef25650f298ea926f678ad8446d2146a416 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Thu, 11 Apr 2019 07:47:33 -0600 Subject: Fix: Build issue with draco on mac. somehow missed mac in my last commit --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index a8fef16f096..812715ca042 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -951,7 +951,7 @@ elseif(APPLE) if(WITH_DRACO) install( - PROGRAMS ${CMAKE_BINARY_DIR}/lib/lib${DRACO_LIB_NAME}.dylib + PROGRAMS $ DESTINATION ${TARGETDIR_VER}/python/lib/python${PYTHON_VERSION}/site-packages ) endif() -- cgit v1.2.3