Skip to content

Commit

Permalink
boost and VS version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Dec 21, 2023
1 parent ddf9378 commit e33e1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/findvs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Write-Host "vswhere found at: $vsWhere" -ForegroundColor Yellow
#
# Get path to Visual Studio installation using vswhere.
#
$vsPath = &$vsWhere -version '[16.0,17.0)' -products * -requires Microsoft.Component.MSBuild -property installationPath -prerelease
$vsPath = &$vsWhere -version '[17.0,18.0)' -products * -requires Microsoft.Component.MSBuild -property installationPath -prerelease
If ([string]::IsNullOrEmpty("$vsPath")) {
Write-Error "Failed to find Visual Studio installation. Aborting." -ErrorAction Stop
}
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/getCoproto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(USER_NAME )
set(TOKEN )
set(GIT_REPOSITORY "https://github.com/Visa-Research/coproto.git")
set(GIT_TAG "1558d163846fc114d3101873201fb9edebc78f2d" )
set(GIT_TAG "5395e08211ffc5116a291dd093a07ddb91ecb0af" )

set(CLONE_DIR "${OC_THIRDPARTY_CLONE_DIR}/coproto")
set(BUILD_DIR "${CLONE_DIR}/out/build/${OC_CONFIG}")
Expand Down

0 comments on commit e33e1bd

Please sign in to comment.