win_x64: Re-enable hiprt

Given the SDK required is now available, we can enable this again.
This commit is contained in:
Ray Molenkamp
2025-04-29 18:03:33 -06:00
parent 8fe645370d
commit fb4b9a2785

View File

@@ -87,10 +87,7 @@ include(cmake/harfbuzz.cmake)
if(NOT APPLE)
include(cmake/xr_openxr.cmake)
if(NOT BLENDER_PLATFORM_ARM)
# HIP-RT requires special SDK which is not widely available yet.
if(NOT WIN32)
include(cmake/hiprt.cmake)
endif()
include(cmake/hiprt.cmake)
include(cmake/dpcpp.cmake)
include(cmake/dpcpp_deps.cmake)
if(NOT WIN32)