From e663b69a1d7ebd2135d51af8176fc0eddd5f5481 Mon Sep 17 00:00:00 2001 From: Jim McGrath Date: Tue, 31 Oct 2017 10:50:23 -0500 Subject: help assimp find vcpkg's copy of zlib so it does not build its own --- ports/assimp/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/assimp/portfile.cmake b/ports/assimp/portfile.cmake index 0642fb701..660c9d40e 100644 --- a/ports/assimp/portfile.cmake +++ b/ports/assimp/portfile.cmake @@ -20,6 +20,7 @@ vcpkg_configure_cmake( -DASSIMP_BUILD_ZLIB=False -DASSIMP_BUILD_ASSIMP_TOOLS=False -DASSIMP_INSTALL_PDB=False + -DZLIB_HOME=${CURRENT_INSTALLED_DIR} ) vcpkg_install_cmake() -- cgit v1.2.3