Skip to content

Commit

Permalink
github: removing default cmake options in core workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jan 12, 2025
1 parent 9239ef7 commit bd7cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DBUILD_AUTOTESTS=ON -DBUILD_BENCHMARKS=ON -DBUILD_EXAMPLES=ON ..
cmake ..
make -j2
- name: check
Expand Down

0 comments on commit bd7cecf

Please sign in to comment.