summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtBuild.cmake')
-rw-r--r--cmake/QtBuild.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index fd9cc09572..8e86590d33 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -1959,10 +1959,6 @@ macro(qt_find_package)
set_property(TARGET ${qt_find_package_target_name} PROPERTY
IMPORTED_GLOBAL TRUE)
endif()
- else()
- message(AUTHOR_WARNING
- "Error while trying to mark target '${qt_find_package_target_name}' as part"
- " of the ${ARGV0} package. Provided target name does not exist.")
endif()
endforeach()