From 40546cbb07526c1e29478c0ac3adb567e0e205e0 Mon Sep 17 00:00:00 2001
From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com>
Date: Fri, 29 Dec 2023 13:47:12 -0700
Subject: [PATCH] Update ale submodule (#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
---
 .github/workflows/ci_testing.yml | 2 +-
 CMakeLists.txt                   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml
index f1ac593..2171a3a 100644
--- a/.github/workflows/ci_testing.yml
+++ b/.github/workflows/ci_testing.yml
@@ -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: |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a67a7f0..5e59f66 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,6 +57,7 @@ else()
   set(ALE_USE_EXTERNAL_JSON OFF)
   set(ALE_BUILD_LOAD OFF)
   set(ALE_BUILD_TESTS OFF)
+  set(ALE_BUILD_DOCS OFF)
   add_subdirectory(ale)
   set(ALE_TARGET ale)
 
-- 
GitLab