diff --git a/README.md b/README.md index 9a13901cf80e24e7d41741aded9ecc46f714bc18..512a92b8fd7cb536adedc3f60915cfb28b295463 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/environment.yml b/environment.yml index 6709a92d577fb2bfb6de6b9f53232e3cdac42a49..ccb7e68a88beb84f6af5d48f45397e88f93e298c 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - default dependencies: - - cmake>=3.12 + - cmake>=3.15 - ale - csm - nlohmann_json