Skip to content

Commit

Permalink
Upgraded ARR SDK to version 1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krassnigg authored and jakrams committed Oct 20, 2022
1 parent 4bec0a9 commit 24181a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ("$ENV{LIB_ARR_USE_LOCAL}" STREQUAL "true")
set(LIB_ARR_LIB $<IF:$<CONFIG:Debug>,$ENV{LIB_ARR_LIB_DEBUG},$ENV{LIB_ARR_LIB_RELEASE}>)
set(LIB_ARR_INCLUDE $ENV{LIB_ARR_INCLUDE})
else()
set(LIB_ARR_ROOT "${CMAKE_BINARY_DIR}/packages/Microsoft.Azure.RemoteRendering.Cpp.1.1.17")
set(LIB_ARR_ROOT "${CMAKE_BINARY_DIR}/packages/Microsoft.Azure.RemoteRendering.Cpp.1.1.23")
set(LIB_ARR_BIN "${LIB_ARR_ROOT}/bin/win_x64/release")
set(LIB_ARR_LIB "${LIB_ARR_ROOT}/lib/win_x64/release")
set(LIB_ARR_INCLUDE "${LIB_ARR_ROOT}/include")
Expand Down
3 changes: 1 addition & 2 deletions packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.1.17" targetFramework="native" />
<!-- not in use anymore <package id="Microsoft.Azure.Storage.CPP.v140" version="5.0.0" targetFramework="native" /> -->
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.1.23" targetFramework="native" />
</packages>

0 comments on commit 24181a4

Please sign in to comment.