CMake: Purge remains of the -cmake-makefiles configure argument
This amends 3ac054d6a8bdf13dad764f9e2dea359a93e540f5. Change-Id: Ia6f1e4d967160628144478f9baecbcd3ae74dd32 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
18cb90cd31
commit
ca2f13bad6
5
configure
vendored
5
configure
vendored
@ -405,7 +405,6 @@ OPT_HELP=
|
|||||||
CFG_SILENT=no
|
CFG_SILENT=no
|
||||||
CFG_DEV=no
|
CFG_DEV=no
|
||||||
BUILD_WITH_CMAKE=no
|
BUILD_WITH_CMAKE=no
|
||||||
CMAKE_MAKEFILES=no
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# parse command line arguments
|
# parse command line arguments
|
||||||
@ -559,10 +558,6 @@ while [ "$#" -gt 0 ]; do
|
|||||||
cmake)
|
cmake)
|
||||||
BUILD_WITH_CMAKE=yes
|
BUILD_WITH_CMAKE=yes
|
||||||
;;
|
;;
|
||||||
cmake-makefiles)
|
|
||||||
BUILD_WITH_CMAKE=yes
|
|
||||||
CMAKE_MAKEFILES=yes
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user