Skip to content

Commit 98b1ba7

Browse files
authored
update project version and bump submodules (#64)
* update project version and bump submodules * switch to VCPKG_INSTALLATION_ROOT
1 parent 81ebd78 commit 98b1ba7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
run: |
8585
if ('${{ matrix.deps }}' -eq 'vcpkg') {
8686
Get-ChildItem Env:\
87-
& ${env:VCPKG_ROOT}\vcpkg.exe --triplet=x64-windows install sfml tclap glm glew stb
88-
$TOOLCHAIN_ARG="-D CMAKE_TOOLCHAIN_FILE=${env:VCPKG_ROOT}\scripts\buildsystems\vcpkg.cmake"
87+
& ${env:VCPKG_INSTALLATION_ROOT}\vcpkg.exe --triplet=x64-windows install sfml tclap glm glew stb
88+
$TOOLCHAIN_ARG="-D CMAKE_TOOLCHAIN_FILE=${env:VCPKG_INSTALLATION_ROOT}\scripts\buildsystems\vcpkg.cmake"
8989
} else {
9090
$TOOLCHAIN_ARG=''
9191
}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.0)
1717
set(CMAKE_CXX_STANDARD 14)
1818

1919
project(OpenCL-SDK
20-
VERSION 2022.09.30
20+
VERSION 2023.02.06
2121
LANGUAGES
2222
C CXX
2323
)

0 commit comments

Comments
 (0)