SCM Repository
Diff of /sml/trunk/runtime/llvm/build-llvm.sh
Parent Directory
|
Revision Log
|
Patch
revision 7504, Fri May 20 14:24:45 2022 UTC | revision 7505, Fri May 20 14:26:42 2022 UTC | |
---|---|---|
# | Line 79 | Line 79 |
79 | ||
80 | # check that we have a version of CMake that understands presets | # check that we have a version of CMake that understands presets |
81 | # | # |
82 | cmake src --list-presets 2> /dev/null | cmake src --list-presets > /dev/null 2>&1 |
83 | if [ $? != 0 ] ; then | if [ $? != 0 ] ; then |
84 | echo "Installation of SML/NJ requires CMake version 3.19 or later" | echo "Installation of SML/NJ requires CMake version 3.19 or later" |
85 | exit 1 | exit 1 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |