Skip to content

Commit

Permalink
OpenEXR not compatible with arm64ec
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Nov 9, 2024
1 parent eea197d commit 1f0f270
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ endif()
include(GNUInstallDirs)
include(build/CompilerAndLinker.cmake)

if(${DIRECTX_ARCH} STREQUAL "arm64ec")
# OpenEXR doesn't support ARM64EC
set(ENABLE_OPENEXR_SUPPORT OFF)
endif()

#--- Library
set(LIBRARY_HEADERS
DirectXTex/DirectXTex.h
Expand Down

0 comments on commit 1f0f270

Please sign in to comment.