mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix error messages
This commit is contained in:
parent
5bffdac2d2
commit
79b4a0aa93
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ if [[ -z "${CMAKE}" ]]; then
|
|||
get_cmake_release $cmake_instdir
|
||||
status=$?
|
||||
if [ $status -ne 0 ]; then
|
||||
echo cmake required to build scalapack
|
||||
echo cmake required to build simint
|
||||
echo Please install cmake
|
||||
echo define the CMAKE env. variable
|
||||
exit 1
|
||||
|
|
@ -124,7 +124,7 @@ if ((CMAKE_VER_MAJ < 3)) || (((CMAKE_VER_MAJ > 2) && (CMAKE_VER_MIN < 21))); the
|
|||
get_cmake_release $cmake_instdir
|
||||
status=$?
|
||||
if [ $status -ne 0 ]; then
|
||||
echo cmake required to build scalapack
|
||||
echo cmake 3.21 required to build simint
|
||||
echo Please install cmake
|
||||
echo define the CMAKE env. variable
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue