From 2eae3e282ba93cb260252efb42b7573c6e804fdc Mon Sep 17 00:00:00 2001 From: sciome-bot Date: Mon, 11 Nov 2024 16:11:27 -0500 Subject: [PATCH] Install cmake --- configure | 4 +--- configure.ac | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index aadb379..a647671 100755 --- a/configure +++ b/configure @@ -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 \ No newline at end of file diff --git a/configure.ac b/configure.ac index 55ac14f..6202359 100644 --- a/configure.ac +++ b/configure.ac @@ -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"]])'`