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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,9 +45,9 @@ GBs.

## Build Requirements

* cmake 3.10 or newer
* cmake 3.15 or newer
* 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
excellent header-only JSON library
@@ -65,7 +65,7 @@ be available within the source code. You can remove the googletest dependency
by disabling the tests.

```
conda env create -n usgscsm -f environment.yml -y
conda env create -n usgscsm -f environment.yml
```

## Building USGSCSM
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ channels:
  - default

dependencies:
  - cmake>=3.12
  - cmake>=3.15
  - ale
  - csm
  - nlohmann_json