Don't use a specific version for the package (CMake throws and error)

This commit is contained in:
Uglješa Lukešević 2024-10-03 21:00:22 +02:00 committed by GitHub
parent d5ed2b929d
commit 6a262b62f0
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