Skip to content

Commit

Permalink
Merge pull request #17 from dnakamura/cmake_default_19
Browse files Browse the repository at this point in the history
Default to using cmake on all builds
  • Loading branch information
pshipton authored Jul 26, 2022
2 parents 9c96aae + 64a2357 commit f049f41
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 f049f41

Please sign in to comment.