Skip to content
Snippets Groups Projects
Commit 1df52c1f authored by Oleg Alexandrov's avatar Oleg Alexandrov Committed by Jesse Mapel
Browse files

Bump up cmake requirement to 3.15 and fix the conda env command

Fix some stray edit
parent e965779f
Branches
Tags
No related merge requests found
...@@ -45,9 +45,9 @@ GBs. ...@@ -45,9 +45,9 @@ GBs.
## Build Requirements ## Build Requirements
* cmake 3.10 or newer * cmake 3.15 or newer
* GNU-compatible Make * GNU-compatible Make
* a c++11 compliant compiler * a C++11 compliant compiler
This repository has all of its external c++ dependencies included in it. The This repository has all of its external c++ dependencies included in it. The
excellent header-only JSON library excellent header-only JSON library
...@@ -65,7 +65,7 @@ be available within the source code. You can remove the googletest dependency ...@@ -65,7 +65,7 @@ be available within the source code. You can remove the googletest dependency
by disabling the tests. by disabling the tests.
``` ```
conda env create -n usgscsm -f environment.yml -y conda env create -n usgscsm -f environment.yml
``` ```
## Building USGSCSM ## Building USGSCSM
......
...@@ -4,7 +4,7 @@ channels: ...@@ -4,7 +4,7 @@ channels:
- default - default
dependencies: dependencies:
- cmake>=3.12 - cmake>=3.15
- ale - ale
- csm - csm
- nlohmann_json - nlohmann_json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment