This commit is contained in:
Uglješa Lukešević 2024-12-06 14:25:23 +08:00 committed by GitHub
commit 7734012e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
project("llama-cli-cmake-pkg" C CXX)
set(TARGET llama-cli-cmake-pkg)
find_package(Llama 0.0.1 REQUIRED)
find_package(Llama QUIET)
# Bake common functionality in with target. Because applications
# using the relocatable Llama package should be outside of the