Skip to content

Commit

Permalink
edit: CMakeFind test use toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
HPDell committed Feb 22, 2024
1 parent be3c9b8 commit 8f95706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
cmake --install build
- name: Test Find
run: |
cmake -B build/CMakeFind -S test/CMakeFind
cmake -B build/CMakeFind -S test/CMakeFind "-DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
cmake --build build/CMakeFind
macos-test:
Expand Down

0 comments on commit 8f95706

Please sign in to comment.