Skip to content

Commit

Permalink
Update vcpkg refs to OpenCV 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Jan 29, 2021
1 parent 5f84f90 commit 05bda64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
setupOnly: true
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'e4ce66eecfd3e5cca5eac06c971921bf8e37cf88'
vcpkgGitCommitId: '865de0c130f3d34174ac7a410789df3c44a27fd2'
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
vcpkgTriplet: 'x64-linux'
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
with:
setupOnly: true
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'e4ce66eecfd3e5cca5eac06c971921bf8e37cf88'
vcpkgGitCommitId: '865de0c130f3d34174ac7a410789df3c44a27fd2'
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
vcpkgTriplet: 'x64-osx'
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
with:
setupOnly: true
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'e4ce66eecfd3e5cca5eac06c971921bf8e37cf88'
vcpkgGitCommitId: '865de0c130f3d34174ac7a410789df3c44a27fd2'
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
vcpkgTriplet: 'x64-windows'
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ if(ENABLE_CUDA)
80 IN_LIST CMAKE_CUDA_ARCHITECTURES OR
86 IN_LIST CMAKE_CUDA_ARCHITECTURES)
set(ENABLE_CUDNN_HALF "TRUE" CACHE BOOL "Enable CUDNN Half precision" FORCE)
message(STATUS "Your setup supports half precision (it requires CC >= 7.0)")
message(STATUS "Your setup supports half precision (CUDA_ARCHITECTURES >= 70)")
else()
set(ENABLE_CUDNN_HALF "FALSE" CACHE BOOL "Enable CUDNN Half precision" FORCE)
message(STATUS "Your setup does not support half precision (it requires CC >= 7.0)")
message(STATUS "Your setup does not support half precision (it requires CUDA_ARCHITECTURES >= 70)")
endif()
endif()
if(BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 05bda64

Please sign in to comment.