From c9a83b0222e3c524ee7bae376f369840457f68c8 Mon Sep 17 00:00:00 2001 From: philicious Date: Tue, 16 Apr 2024 23:07:22 +0200 Subject: [PATCH] missed in #2351 --- client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index d740c027b..43a4a1544 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -64,7 +64,7 @@ if (NOT SKIPQT EQUAL 1) # QT_FIND_PACKAGE_OPTIONS should be passed to find_package, # e.g. find_package(Qt5Core ${QT_FIND_PACKAGE_OPTIONS}) list(APPEND QT_FIND_PACKAGE_OPTIONS PATHS /opt/homebrew/opt/qt@5) - endif(APPLE AND EXISTS /opt/homebrew/opt/qt5) + endif(APPLE AND EXISTS /opt/homebrew/opt/qt@5) set(QT_PACKAGELIST Qt5Core Qt5Widgets