try, try again

This commit is contained in:
Seth Alves 2015-08-04 14:36:16 -07:00
parent a4bf169ade
commit 45643a3aad

View file

@ -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 ()