From c23325e550aaf0ec4bea8b96b3638675deb2447c Mon Sep 17 00:00:00 2001 From: bandoti <141645996+bandoti@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:09:57 -0400 Subject: [PATCH] Update examples/simple-cmake-pkg/README.md Co-authored-by: Georgi Gerganov --- examples/simple-cmake-pkg/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/simple-cmake-pkg/README.md b/examples/simple-cmake-pkg/README.md index 2c5122a22..8b30049e2 100644 --- a/examples/simple-cmake-pkg/README.md +++ b/examples/simple-cmake-pkg/README.md @@ -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 ```