mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-09 17:46:07 -05:00
Fixed typos in Qt6_FOUND function reference (#4638)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user