mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-12 22:09:13 +00:00
@@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.29)
|
||||
project(gpt4all-backend VERSION 0.1 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23) # make sure fmt module is compiled with the same C++ version as us
|
||||
include(../common/common.cmake)
|
||||
|
||||
find_package(Qt6 6.8 COMPONENTS Core REQUIRED)
|
||||
|
Reference in New Issue
Block a user