Tall CMake where to look for Qt on macos

This commit is contained in:
Petr Mrázek 2023-05-25 14:40:01 +02:00
parent 6ab48b6e7f
commit 9fe877be50

View File

@ -80,6 +80,7 @@ jobs:
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=../install/DevLauncher \
-DCMAKE_PREFIX_PATH="~/Qt/current/macos" \
-DLauncher_VERSION_BUILD="$GITHUB_RUN_NUMBER" \
-DLauncher_BUILD_PLATFORM=macos \
-DLauncher_EMBED_SECRETS=Off \