mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
always ok install cmake 3.24
This commit is contained in:
parent
770b8c2e3c
commit
71eae876d2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fi
|
|||
CMAKE_VER_MAJ=$(${CMAKE} --version|cut -d " " -f 3|head -1|cut -d. -f1)
|
||||
CMAKE_VER_MIN=$(${CMAKE} --version|cut -d " " -f 3|head -1|cut -d. -f2)
|
||||
echo CMAKE_VER is ${CMAKE_VER_MAJ} ${CMAKE_VER_MIN}
|
||||
if ((CMAKE_VER_MAJ < 3)) || (((CMAKE_VER_MAJ > 2) && (CMAKE_VER_MIN < 24))); then
|
||||
if ((CMAKE_VER_MAJ < 3)) || (((CMAKE_VER_MAJ > 2) && (CMAKE_VER_MIN < 99))); then
|
||||
cmake_instdir=../libext_utils
|
||||
get_cmake_release $cmake_instdir
|
||||
status=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue