Skip to content

Commit

Permalink
Cmake issue with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Aug 16, 2024
1 parent 0689b5d commit cc0c49a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
# cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake
set -x
cmake -DVCPKG_INSTALLED_DIR=~/vcpkg_installed -DVCPKG_VERBOSE=ON -DRESTC_CPP_THREADED_CTX=ON -DCMAKE_BUILD_TYPE=Release -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake ${GITHUB_WORKSPACE}
echo "---------------------------------"
cat build.ninja
echo "---------------------------------"
cmake --build .
popd
Expand Down

0 comments on commit cc0c49a

Please sign in to comment.