1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 04:37:46 +00:00

Fix macOS build issue

This commit is contained in:
redstrate 2021-11-01 10:07:20 -04:00
parent aedb222f24
commit 272a26330b

View file

@ -6,7 +6,7 @@ FetchContent_Declare(
GIT_TAG v0.12.0
)
set(BUILD_WITH_QT6 ON)
set(QTKEYCHAIN_STATIC ON)
set(BUILD_WITH_QT6 ON CACHE BOOL "" FORCE)
set(QTKEYCHAIN_STATIC ON CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(qtkeychain)