diff --git a/CMakeLists.txt b/CMakeLists.txt index b3b5438a7..064b8e412 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.21) project(Ollama C CXX) include(CheckLanguage) +include(GNUInstallDirs) find_package(Threads REQUIRED)