summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseGlobalTargets.cmake
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2019-05-03 09:27:44 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-05-03 07:36:16 +0000
commitca3a7efffd350b27c05e07f7ea73cc7a7bbeeb08 (patch)
tree2e92d74f37b804aa6eb8cf73a73958b5e0e84776 /cmake/QtBaseGlobalTargets.cmake
parent10f477e5bb8dff131020eb5a43d5b78102e614eb (diff)
cmake: Fix typo, variable was renamed earlier
Change-Id: I8fe9da37572efe85b2dff0b223edb1d93e904f34 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtBaseGlobalTargets.cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index 67d20b775c..b854d30845 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -77,7 +77,7 @@ target_include_directories(GlobalConfigPrivate INTERFACE
add_library(Qt::GlobalConfigPrivate ALIAS GlobalConfigPrivate)
install(TARGETS Platform GlobalConfig GlobalConfigPrivate EXPORT "${INSTALL_CMAKE_NAMESPACE}Targets")
-install(EXPORT "${INSTALL_CMAKE_NAMESPACE}Targets" NAMESPACE ${INSTALL_CMAKE_EXPORT_NAMESPACE}:: DESTINATION "${config_install_dir}")
+install(EXPORT "${INSTALL_CMAKE_NAMESPACE}Targets" NAMESPACE ${QT_CMAKE_EXPORT_NAMESPACE}:: DESTINATION "${config_install_dir}")
export(EXPORT "${INSTALL_CMAKE_NAMESPACE}Targets")
## Install some QtBase specific CMake files: