Skip to content

Commit

Permalink
Install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Nov 11, 2024
1 parent 739a17f commit 2eae3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4682,6 +4682,4 @@ fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
fi
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ if test x"${need_to_build}" != x"no"; then
## also error to end configure here
AC_MSG_ERROR([Could not find 'cmake'.])
fi
else
. src/scripts/cmake_install.sh
fi
## 'uname -m' on M1 give x86_64 which is ... not helping
machine=`"${R_HOME}/bin/Rscript" -e 'cat(Sys.info()[["machine"]])'`
Expand Down

0 comments on commit 2eae3e2

Please sign in to comment.