Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
chore: Update CMake configuration for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jun 11, 2024
1 parent e2dcc68 commit c53691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: 'windows',
os: windows-2022,
gen: 'MSVC', # CMake generator
cmake_config_flags: "-G \"Visual Studio 17 2022\" -A x64 -T v141 -DCMAKE_SYSTEM_VERSION=\"8.1\"",
cmake_config_flags: "-G \"Visual Studio 17 2022\" -A x64",
}
- {
name: 'linux',
Expand Down

0 comments on commit c53691b

Please sign in to comment.