1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #26452 from BillyONeal:add-windows-sdk-note

Add note for people debugging DirectML detection failures to check their Windows SDK version.
This commit is contained in:
Alexander Smorkalov
2024-11-13 08:27:57 +03:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@ if(WIN32)
OUTPUT_VARIABLE TRY_OUT
)
if(NOT __VALID_DIRECTML)
message(STATUS "No support for DirectML (d3d12, dxcore, directml libs are required)")
message(STATUS "No support for DirectML. d3d12, dxcore, directml libs are required, first bundled with Windows SDK 10.0.19041.0.")
return()
endif()
set(HAVE_DIRECTML ON)