mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Remove cmake hack that wasn't supposed to go upstream
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d595f5c167
commit
8590c6dc33
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue