Skip to content

Commit

Permalink
Default to using cmake on all builds
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
  • Loading branch information
dnakamura committed Jul 21, 2022
1 parent 5da3ac5 commit 64a2357
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64a2357

Please sign in to comment.