mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Remove Qt dir
This commit is contained in:
parent
ccde3f8111
commit
2c64c8972d
@ -1,10 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if(APPLE)
|
||||
# Build a Universal binary on macOS
|
||||
# This requires that the found Qt library is compiled as Universal binaries.
|
||||
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
|
||||
# Specify location of Universal QT installation
|
||||
# can be removed if default install is Universal (won't be the case with Homebrew installed QT)
|
||||
set(Qt6_DIR "~/Qt/6.5.0/macos/lib/cmake/Qt6")
|
||||
endif()
|
||||
|
||||
project(gpt4all VERSION 0.1.0 LANGUAGES CXX)
|
||||
|
Loading…
Reference in New Issue
Block a user