From 443c268ba11bba3acc5693f32737d264898e70fd Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:14:49 -0700 Subject: [PATCH] try increasing cmake verbosity --- .github/workflows/build-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cpp.yml b/.github/workflows/build-cpp.yml index c7d56521e..4b5149e31 100644 --- a/.github/workflows/build-cpp.yml +++ b/.github/workflows/build-cpp.yml @@ -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