build: Add top-level include for GNUINstallDirs in CMakeLists.txt
This is used to populate CMAKE_INSTALL_BINDIR Branch: GraniteFour Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
This commit is contained in:
parent
81d821ba9b
commit
e8a303a701
|
|
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.21)
|
|||
project(Ollama C CXX)
|
||||
|
||||
include(CheckLanguage)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue