From 77622095d50cee593c22dd9d348b9a73fbf3113e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Sk=C3=B3rzewski?= Date: Sun, 5 Jun 2022 04:33:02 +0200 Subject: [PATCH] Fixed typos in Qt6_FOUND function reference (#4638) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08e15d50..8291c5f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -324,7 +324,7 @@ if(TEST) add_subdirectory(tests) endif() -if(Qt6Found AND Qt6_VERSION_MINOR GREATER_EQUAL 3) +if(Qt6_FOUND AND Qt6_VERSION_MINOR GREATER_EQUAL 3) # Qt6.3+ requires project finalization to support translations qt6_finalize_project() endif()