From 45643a3aaddba3aefcb1277304a6e34229e082af Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 4 Aug 2015 14:36:16 -0700 Subject: [PATCH] try, try again --- libraries/shared/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/shared/CMakeLists.txt b/libraries/shared/CMakeLists.txt index 72127cec65..00a80619bc 100644 --- a/libraries/shared/CMakeLists.txt +++ b/libraries/shared/CMakeLists.txt @@ -16,6 +16,5 @@ if (WIN32) get_filename_component(ZLIB_LIB_DIR "${ZLIB_LIBRARIES}" DIRECTORY) get_filename_component(ZLIB_DIR "${ZLIB_LIB_DIR}" DIRECTORY) set(ZLIB_BIN_DIR "${ZLIB_DIR}/bin") - file(GLOB ZLIB_DLL_PATHS "${ZLIB_BIN_DIR}/*dll*") - add_paths_to_fixup_libs(${ZLIB_DLL_PATHS}) + add_paths_to_fixup_libs(${ZLIB_BIN_DIR}) endif ()