From 10d5c0adafb7989c44794caef14a192cce9673a7 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 13 Oct 2022 16:34:25 +0200 Subject: 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 Reviewed-by: Alexey Edelev --- src/dbus/Qt6DBusMacros.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dbus') diff --git a/src/dbus/Qt6DBusMacros.cmake b/src/dbus/Qt6DBusMacros.cmake index c2c4a6dc6f..57a4a0735e 100644 --- a/src/dbus/Qt6DBusMacros.cmake +++ b/src/dbus/Qt6DBusMacros.cmake @@ -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) -- cgit v1.2.3