Skip to content

Commit 2b4b0d8

Browse files
committed
Remove unused CACHE entries
1 parent cc257bd commit 2b4b0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vs17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
- name: Configure
2222
run: |
23-
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -DSIMDJSON_DEVELOPER_MODE=ON -DSIMDJSON_COMPETITION=OFF -DBUILD_SHARED_LIBS=${{matrix.shared}} -B build
23+
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -DBUILD_SHARED_LIBS=${{matrix.shared}} -B build
2424
- name: Build Debug
2525
run: cmake --build build --config Debug --verbose
2626
- name: Build Release

0 commit comments

Comments
 (0)