Skip to content

Commit

Permalink
Use Visual Studio Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed May 20, 2024
1 parent 447f5c2 commit a03c72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Configure
run: |
mkdir build
cmake -S . -B build -G "Visual Studio 17 2022" -T ClangCL `
cmake -S . -B build -G "Visual Studio 17 2022" -T v143 `
-DCMAKE_BUILD_TYPE=Release `
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" `
-DVKU_USE_GLFW=ON -DVKU_BUILD_EXAMPLES=ON
Expand Down
2 changes: 1 addition & 1 deletion include/vku/Gpu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace details {
queueCreateInfos,
{},
config.extensions,
[&] -> const vk::PhysicalDeviceFeatures* {
[&]() -> const vk::PhysicalDeviceFeatures* {
return std::convertible_to<decltype(config.physicalDeviceFeatures), vk::PhysicalDeviceFeatures>
? &config.physicalDeviceFeatures
: nullptr;
Expand Down

0 comments on commit a03c72c

Please sign in to comment.