1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 14:30:05 +00:00

Remove references to ZLIB and edit comment as appropriate. (#427)

This commit is contained in:
J. Peter Mugaas 2023-12-26 18:15:12 -05:00 committed by GitHub
parent 3bf25e04b4
commit dd5517fd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include <tuple>
//
// Requires the OpenEXR library <http://www.openexr.com/> and ZLIB <http://www.zlib.net>
// Requires the OpenEXR library <http://www.openexr.com/> and its dependencies.
//
#ifdef __clang__

View File

@ -349,7 +349,6 @@ join_paths(DIRECTXTEX_LIBDIR_FOR_PKG_CONFIG "\${prefix}" "${CMAKE_INSTALL_LI
set(DIRECTXTEX_DEP_L "")
if(ENABLE_OPENEXR_SUPPORT)
list(APPEND DIRECTXTEX_DEP_L "OpenEXR")
list(APPEND DIRECTXTEX_DEP_L "zlib")
endif()
if(directxmath_FOUND)
list(APPEND DIRECTXTEX_DEP_L "DirectXMath")