Skip to content

Commit

Permalink
ci: Pass KDDockWidgets_NO_SPDLOG=ON in examples.yml
Browse files Browse the repository at this point in the history
so static examples don't need to link to spdlog
  • Loading branch information
iamsergio committed Jan 10, 2025
1 parent af4a837 commit 8bdc706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: turtlesec-no/get-ninja@main

- name: Configure
run: cmake --preset=${{ matrix.preset }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/installed/ -DKDDockWidgets_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug
run: cmake --preset=${{ matrix.preset }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/installed/ -DKDDockWidgets_NO_SPDLOG=ON -DKDDockWidgets_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug

- name: Build
run: cmake --build build-${{ matrix.preset }} --parallel
Expand Down

0 comments on commit 8bdc706

Please sign in to comment.