From fab7d49d9056a3951537cc3b2214564eedf39716 Mon Sep 17 00:00:00 2001 From: Matthew Carroll <28577806+MJC598@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:18:49 -0500 Subject: [PATCH] CMake should standardize the command line process --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 672b494..549515e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -41,7 +41,7 @@ jobs: EIGEN3_INCLUDE_DIR: ${{ steps.install-eigen3.outputs.EIGEN3_INCLUDE_DIR }} EIGEN3_DIR: ${{ steps.install-eigen3.outputs.EIGEN3_DIR}} run: > - cmake --config --preset release-linux-shared-config + cmake --preset release-linux-shared-config - name: Generate Doxygen Documentation run: doxygen Doxyfile