summaryrefslogtreecommitdiffstats
path: root/cmake/QtAutoDetect.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-07-02 10:55:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-02 18:29:05 +0000
commit75699fc4dbbb23a176a3706ecc895fea6bf3bc2c (patch)
tree3e6b7d4b1310e0d888a14ff1145a44797284becf /cmake/QtAutoDetect.cmake
parente3e1007f9778d8fc629a06f7d3d216bb7f81351b (diff)
Fix typo in function name qt_auto_detect_vcpkg
Change-Id: Ie0fd74a9e1faf8dc55faac1940d100af72cf8030 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 5bd7952e968b4d71fa06cba2de32f307e791774d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake/QtAutoDetect.cmake')
-rw-r--r--cmake/QtAutoDetect.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtAutoDetect.cmake b/cmake/QtAutoDetect.cmake
index 8c5cca0ecf..d79d515ed3 100644
--- a/cmake/QtAutoDetect.cmake
+++ b/cmake/QtAutoDetect.cmake
@@ -145,7 +145,7 @@ function(qt_auto_detect_android)
endif()
endfunction()
-function(qt_auto_detect_vpckg)
+function(qt_auto_detect_vcpkg)
if(DEFINED ENV{VCPKG_ROOT})
set(vcpkg_toolchain_file "$ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake")
get_filename_component(vcpkg_toolchain_file "${vcpkg_toolchain_file}" ABSOLUTE)
@@ -428,7 +428,7 @@ qt_auto_detect_darwin()
qt_auto_detect_macos_universal()
qt_auto_detect_ios()
qt_auto_detect_android()
-qt_auto_detect_vpckg()
+qt_auto_detect_vcpkg()
qt_auto_detect_pch()
qt_auto_detect_wasm()
qt_auto_detect_win32_arm()