mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
Remove references to ZLIB and edit comment as appropriate. (#427)
This commit is contained in:
parent
3bf25e04b4
commit
dd5517fd06
@ -22,7 +22,7 @@
|
|||||||
#include <tuple>
|
#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__
|
#ifdef __clang__
|
||||||
|
@ -349,7 +349,6 @@ join_paths(DIRECTXTEX_LIBDIR_FOR_PKG_CONFIG "\${prefix}" "${CMAKE_INSTALL_LI
|
|||||||
set(DIRECTXTEX_DEP_L "")
|
set(DIRECTXTEX_DEP_L "")
|
||||||
if(ENABLE_OPENEXR_SUPPORT)
|
if(ENABLE_OPENEXR_SUPPORT)
|
||||||
list(APPEND DIRECTXTEX_DEP_L "OpenEXR")
|
list(APPEND DIRECTXTEX_DEP_L "OpenEXR")
|
||||||
list(APPEND DIRECTXTEX_DEP_L "zlib")
|
|
||||||
endif()
|
endif()
|
||||||
if(directxmath_FOUND)
|
if(directxmath_FOUND)
|
||||||
list(APPEND DIRECTXTEX_DEP_L "DirectXMath")
|
list(APPEND DIRECTXTEX_DEP_L "DirectXMath")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user