Don't use a specific version for the package (CMake throws and error)
This commit is contained in:
parent
d5ed2b929d
commit
6a262b62f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue