Skip to content

Commit

Permalink
GH Action: Set Toolset to v142 on Windows (#3)
Browse files Browse the repository at this point in the history
Since eCAL 5.12 we need VS 2019 / Toolset v142
  • Loading branch information
FlorianReimold authored Aug 15, 2023
1 parent 952ebf6 commit 4b7fc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
mkdir "${{ runner.workspace }}\_build"
cd "${{ runner.workspace }}\_build"
cmake -G "Visual Studio 16 2019" -Tv140 -Ax64 ^
cmake -G "Visual Studio 16 2019" -Tv142 -Ax64 ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON ^
-DCMAKE_PREFIX_PATH="C:/eCAL/lib/cmake/;C:/eCAL/cmake" ^
Expand Down

0 comments on commit 4b7fc18

Please sign in to comment.