diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 70b94725..00a9370e 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.31.1 + uses: crate-ci/typos@v1.31.2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 88834355..f8ceae02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) # Default compiler gfortran, otherwise cmake Fortran package will set it to f95 # You can override the compiler with cmake -DFTOBJ_COMPILER= #set(FTOBJ_AR "/usr/bin/gcc-ar" CACHE STRING "Static archive command")