diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-18 06:03:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-18 06:03:12 -0700 |
commit | 8590c6dc33c59e85d365fd5351d5dd81440150e6 (patch) | |
tree | 73d4e265bbddc3ea5ea85e604eba6866ccbd5bad /packaging | |
parent | d595f5c167c7283dc22f902ed0b18a7d6da2221e (diff) | |
download | subsurface-8590c6dc33c59e85d365fd5351d5dd81440150e6.tar.gz |
Remove cmake hack that wasn't supposed to go upstream
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/android/build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |