Skip to content

Commit

Permalink
adde cmake options for feature ssl and compression and crow amalgamate
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Jun 14, 2023
1 parent 5baa4e6 commit 045e447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
- name: Configure CMake
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -B build
cmake \
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake \
-DCROW_FEATURES="ssl;compression" \
-DCROW_AMALGAMATE=ON \
-B build
else
cmake -B build
fi
Expand Down

0 comments on commit 045e447

Please sign in to comment.