summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.cmake b/configure.cmake
index 432eeaeaf..d0a64ea0f 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -16,9 +16,7 @@
# Presumably because 6.0 ClangConfig.cmake files are not good enough?
# In any case explicitly request a minimum version of 8.x for now, otherwise
# building with CMake will fail at compilation time.
-# FIXME: Temporarily don't provide the targets, to circumevent a global promotion issue
-# regarding Threads::Threads.
-qt_find_package(WrapLibClang 8)
+qt_find_package(WrapLibClang 8 PROVIDED_TARGETS WrapLibClang::WrapLibClang)
# special case end
if(TARGET WrapLibClang::WrapLibClang)