Skip to content

Commit 4db1ffa

Browse files
committed
Update ale submodule (DOI-USGS#470)
* Update ale submodule * Removed ale submodule * Add back updated ale submodule * Remove windows stuff in ci yaml * Change submodules value in yaml * Turn off external dep * Set submodules to recursive * Turn off ale docs build
1 parent 79039fa commit 4db1ffa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
mkdir -p build
4040
cd build
41-
cmake -DCMAKE_BUILD_TYPE=RELEASE -DUSGSCSM_EXTERNAL_DEPS=ON -DUSGSCSM_BUILD_DOCS=OFF ..
41+
cmake -DCMAKE_BUILD_TYPE=RELEASE -DUSGSCSM_EXTERNAL_DEPS=OFF -DUSGSCSM_BUILD_DOCS=OFF ..
4242
cmake --build .
4343
- name: Test Package
4444
run: |

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ else()
5757
set(ALE_USE_EXTERNAL_JSON OFF)
5858
set(ALE_BUILD_LOAD OFF)
5959
set(ALE_BUILD_TESTS OFF)
60+
set(ALE_BUILD_DOCS OFF)
6061
add_subdirectory(ale)
6162
set(ALE_TARGET ale)
6263

0 commit comments

Comments
 (0)