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:
parent
aedb222f24
commit
272a26330b
1 changed files with 2 additions and 2 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
@ -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)
|
Loading…
Add table
Reference in a new issue