Skip to content

Commit

Permalink
Use vcpkg when building.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwidisgroup committed Mar 7, 2024
1 parent aa7d094 commit 02463bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildall-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if nproc 2>&1 >/dev/null; then
fi

mkdir -p build
cmake -S . -B build -DCMAKE_INSTALL_PREFIX="$instdir"
cmake -S . -B build -DCMAKE_INSTALL_PREFIX="$instdir" -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build --config $config
if [ "$notest" != "notest" ]; then
ctest --test-dir build --build-config $config
Expand Down

0 comments on commit 02463bc

Please sign in to comment.