Skip to content

Commit

Permalink
try increasing cmake verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 19, 2024
1 parent 320993d commit 443c268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
mkdir build
cd build
export DTARGET="include/bitwarden_c.lib"
cmake .. -DTARGET=$DTARGET -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
cmake --trace-expand .. -DTARGET=$DTARGET -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
cmake --build .
shell: bash

Expand Down

0 comments on commit 443c268

Please sign in to comment.