We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bf86c commit 80d71b1Copy full SHA for 80d71b1
.github/workflows/build-cmake-pkg.yml
@@ -25,7 +25,7 @@ jobs:
25
cmake --build build --config Release
26
cmake --install build --prefix "$PREFIX" --config Release
27
28
- export LLAMA_CONFIG="$PREFIX"/lib/cmake/llama/llama-config.cmake
+ export LLAMA_CONFIG="$PREFIX"/share/cmake/llama/llama-config.cmake
29
tclsh <<'EOF'
30
set build(commit) [string trim [exec git rev-parse --short HEAD]]
31
set build(number) [string trim [exec git rev-list --count HEAD]]
@@ -47,5 +47,5 @@ jobs:
47
EOF
48
49
cd examples/simple-cmake-pkg
50
- cmake -S . -B build -DCMAKE_PREFIX_PATH="$PREFIX"/lib/cmake
+ cmake -S . -B build -DCMAKE_PREFIX_PATH="$PREFIX"/share/cmake
51
cmake --build build
0 commit comments