summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-08-18 12:15:30 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-08-18 20:24:44 +0200
commitca2f13bad6e8254d4677fba3e439ca9f23762816 (patch)
treed2130276c52525393cdaa3f1c7a08075d6916612 /configure
parent18cb90cd31bb7b48899232ed953f40dffcac6f09 (diff)
CMake: Purge remains of the -cmake-makefiles configure argument
This amends 3ac054d6a8bdf13dad764f9e2dea359a93e540f5. Change-Id: Ia6f1e4d967160628144478f9baecbcd3ae74dd32 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 42d12a707b..92d290aba2 100755
--- a/configure
+++ b/configure
@@ -405,7 +405,6 @@ OPT_HELP=
CFG_SILENT=no
CFG_DEV=no
BUILD_WITH_CMAKE=no
-CMAKE_MAKEFILES=no
#-------------------------------------------------------------------------------
# parse command line arguments
@@ -559,10 +558,6 @@ while [ "$#" -gt 0 ]; do
cmake)
BUILD_WITH_CMAKE=yes
;;
- cmake-makefiles)
- BUILD_WITH_CMAKE=yes
- CMAKE_MAKEFILES=yes
- ;;
*)
;;
esac