WIP: working fmt dep

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2025-02-18 14:02:35 -05:00
parent 7483a83597
commit bae82824fb
4 changed files with 6 additions and 1 deletions

View File

@@ -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)