mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Minor fixes.
This commit is contained in:
parent
47d3fd1621
commit
a2c9f72da4
@ -6,7 +6,7 @@ set(CMAKE_AUTOMOC ON)
|
|||||||
set(CMAKE_AUTORCC ON)
|
set(CMAKE_AUTORCC ON)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED 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)
|
set(GGML_BUILD_EXAMPLES ON CACHE BOOL "ggml: build examples" FORCE)
|
||||||
add_subdirectory(ggml)
|
add_subdirectory(ggml)
|
||||||
|
Loading…
Reference in New Issue
Block a user