Update examples/simple-cmake-pkg/README.md

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
bandoti 2025-01-26 09:09:57 -04:00 committed by GitHub
parent 7f3c223988
commit c23325e550
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,6 @@ cmake --install build --prefix inst
```sh
cd examples/simple-cmake-pkg
mkdir build
cmake -S . -B build -DCMAKE_PREFIX_PATH=../../inst/lib/cmake
cmake --build build
```