You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: improved windows SDK directory detection (#467)
Read the Windows Kits roots location from the registry
to make the path available at configuration time and
not rely on the $(WindowsSdkDir) VS-only env variable
message(WARNING "Unable to determine Windows SDK version: neither the CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION CMake variable nor the WindowsSDKVersion environment variable is set")
114
115
endif()
115
116
117
+
# Get Windows SDK bin directory
118
+
if ("${WINDOWS_SDK_VERSION}"VERSION_GREATER_EQUAL"10.0")
0 commit comments