WIP: get build working on macOS

This commit is contained in:
Jared Van Bortel 2025-02-21 16:55:14 -05:00
parent ebe6352fc8
commit 1699e77e97
2 changed files with 2 additions and 2 deletions

2
deps/fmt vendored

@ -1 +1 @@
Subproject commit 76c1ba79b46746cae4d7dd44c74dadbad1fdc95c
Subproject commit 1d7302c89a08a7ff0d656ae887b573c3430e7a90

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.29)
cmake_minimum_required(VERSION 3.28)
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