diff --git a/src/NWints/simint/libsimint_source/build_simint.sh b/src/NWints/simint/libsimint_source/build_simint.sh index e0d69c0a5d..01ae196222 100755 --- a/src/NWints/simint/libsimint_source/build_simint.sh +++ b/src/NWints/simint/libsimint_source/build_simint.sh @@ -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