summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2019-02-13 12:33:21 +0100
committerKevin Funk <kevin.funk@kdab.com>2019-02-14 07:38:40 +0000
commite1a750a102bd7debd67ddabc7a60f6b7d6be4248 (patch)
treead9dfb58f552090c81264ca516093caac5ad16b3 /cmake
parentf0d6fd6b9586de778a56056b4950c2b92f5e2b88 (diff)
cmake: Minor fix in QtModuleConfig.cmake.in
Change-Id: Ia01e935582b5291fa8ed6bf46866fbb74d41f4b0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtModuleConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtModuleConfig.cmake.in b/cmake/QtModuleConfig.cmake.in
index f3993bbd8e..e9eec7ae94 100644
--- a/cmake/QtModuleConfig.cmake.in
+++ b/cmake/QtModuleConfig.cmake.in
@@ -18,7 +18,7 @@ foreach(_target_dep ${_target_deps})
endif()
if (NOT ${pkg}_FOUND)
- set(@target@_FOUND FALSE)
+ set(@INSTALL_CMAKE_NAMESPACE@@target@_FOUND FALSE)
return()
endif()
endforeach()