Skip to content

Commit

Permalink
Turn off external dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs committed Dec 29, 2023
1 parent 0d544fd commit e9ea5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -DUSGSCSM_EXTERNAL_DEPS=ON -DUSGSCSM_BUILD_DOCS=OFF ..
cmake -DCMAKE_BUILD_TYPE=RELEASE -DUSGSCSM_EXTERNAL_DEPS=OFF -DUSGSCSM_BUILD_DOCS=OFF ..
cmake --build .
- name: Test Package
run: |
Expand Down

0 comments on commit e9ea5b1

Please sign in to comment.