Upgrade nuget version in dml.cmake

This commit is contained in:
Jeff Bloomfield 2020-04-25 18:48:32 -07:00
parent 8cc161aec6
commit 99a0bdf271

View file

@ -20,7 +20,7 @@ if (NOT onnxruntime_USE_CUSTOM_DIRECTML)
set(NUGET_CONFIG ${PROJECT_SOURCE_DIR}/../NuGet.config)
set(PACKAGES_CONFIG ${PROJECT_SOURCE_DIR}/../packages.config)
get_filename_component(PACKAGES_DIR ${CMAKE_CURRENT_BINARY_DIR}/../packages ABSOLUTE)
set(DML_PACKAGE_DIR ${PACKAGES_DIR}/DirectML.0.0.1)
set(DML_PACKAGE_DIR ${PACKAGES_DIR}/DirectML.0.0.2)
# Restore nuget packages, which will pull down the DirectML redist package
add_custom_command(