mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Minor fixes.
This commit is contained in:
parent
f4ab48b0fa
commit
27a57a72f1
@ -6,7 +6,7 @@ set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
find_package(Qt6 6.2 COMPONENTS Quick REQUIRED)
|
||||
find_package(Qt6 6.2 COMPONENTS Quick Svg REQUIRED)
|
||||
|
||||
set(GGML_BUILD_EXAMPLES ON CACHE BOOL "ggml: build examples" FORCE)
|
||||
add_subdirectory(ggml)
|
||||
|
Loading…
Reference in New Issue
Block a user