Remove the Unnecessary CMake Module, include(CMakeParseArguments)
From CMake 3.7 both flavors of `cmake_parse_arguments` are natively available in CMake, and loading the `CMakeParseArguments` module is not needed anymore. Fixes: QTBUG-107574 Pick-to: 6.4 Change-Id: I7c8a6c5871cdb2f92a4aa43932b6f2ee99e1f57f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
ef822cf03d
commit
10d5c0adaf
@ -107,9 +107,6 @@ set_package_properties(WaylandScanner PROPERTIES
|
||||
DESCRIPTION "Executable that converts XML protocol files to C code"
|
||||
)
|
||||
|
||||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
function(ecm_add_wayland_client_protocol out_var)
|
||||
# Parse arguments
|
||||
set(oneValueArgs PROTOCOL BASENAME)
|
||||
|
@ -123,8 +123,6 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
macro(ecm_find_package_version_check module_name)
|
||||
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||
message(FATAL_ERROR "CMake 2.8.12 is required by Find${module_name}.cmake")
|
||||
|
@ -8,8 +8,6 @@
|
||||
#
|
||||
######################################
|
||||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
set(__qt_core_macros_module_base_dir "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
# macro used to create the names of output files preserving relative dirs
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
include(MacroAddFileDependencies)
|
||||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
function(qt6_add_dbus_interface _sources _interface _relativename)
|
||||
get_filename_component(_infile ${_interface} ABSOLUTE)
|
||||
get_filename_component(_basepath ${_relativename} DIRECTORY)
|
||||
|
@ -8,8 +8,6 @@
|
||||
#
|
||||
######################################
|
||||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
|
||||
# qt6_wrap_ui(outfiles inputfile ... )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user