diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 35eb15b9b..b9565ea67 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -226,9 +226,6 @@ else git pull -u popd fi -# hack the CMake minimum version dependency - I have seen no indication -# that this is actually correct, anyway... -sed -i "s/cmake_minimum_required/#cmake_minimum_required/ ; s/cmake_policy.SET CMP0026/#cmake_policy(SET CMP0026/" qt-android-cmake/AddQtAndroidApk.cmake # Should we build the mobile ui or the desktop ui? if [ ! -z "$SUBSURFACE_MOBILE" ] ; then