Skip to content

Commit

Permalink
Update CMake references in docs to refer to version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 7, 2024
1 parent 4cf69af commit 992167e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ _For a similar approach to calling TensorFlow models from Fortran please see [Fo

To install the library requires the following to be installed on the system:

* CMake >= 3.1
* CMake >= 3.5
* [libtorch](https://pytorch.org/cppdocs/installing.html)<sup>*</sup> or [PyTorch](https://pytorch.org/)
* Fortran (2008 standard compliant), C++ (must fully support C++17), and C compilers

Expand Down
2 changes: 1 addition & 1 deletion pages/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is controlled by the `CMakeLists.txt` file in `src/`.

To install the library requires the following to be installed on the system:

- CMake >= 3.1
- CMake >= 3.5
- libtorch or PyTorch
- Fortran (2008 standard compliant), C++ (must fully support C++17), and C compilers

Expand Down

0 comments on commit 992167e

Please sign in to comment.