From 64a235789710187f770d92688fcc7438cfad7943 Mon Sep 17 00:00:00 2001 From: Devin Nakamura Date: Mon, 6 Jun 2022 14:37:57 -0400 Subject: [PATCH] Default to using cmake on all builds Signed-off-by: Devin Nakamura --- closed/autoconf/custom-hook.m4 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/closed/autoconf/custom-hook.m4 b/closed/autoconf/custom-hook.m4 index c8fec0ec408..ad1586b15a1 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -62,14 +62,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CMAKE], fi ], [ - case "$OPENJ9_PLATFORM_CODE" in - ap64|oa64|or64|wa64|xa64|xl64|xr64|xz64) - with_cmake=cmake - ;; - *) - with_cmake=no - ;; - esac + with_cmake=cmake ]) # at this point with_cmake should either be no, or the name of the cmake command if test "x$with_cmake" = xno ; then