mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
CMake target file fix (#367)
This commit is contained in:
parent
dd94a4aa9c
commit
71aa6ba4f5
@ -13,7 +13,7 @@ if(ENABLE_OPENEXR_SUPPORT)
|
|||||||
find_dependency(OpenEXR)
|
find_dependency(OpenEXR)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MINGW OR (NOT WIN32) OR VCPKG_TOOLCHAIN)
|
if(MINGW OR (NOT WIN32))
|
||||||
find_dependency(directx-headers CONFIG)
|
find_dependency(directx-headers CONFIG)
|
||||||
find_dependency(directxmath CONFIG)
|
find_dependency(directxmath CONFIG)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user