try CMAKE_MODULE_PATH

This commit is contained in:
Roland Conybeare 2025-05-10 18:04:08 -05:00
commit 577fea0b0b

View file

@ -59,10 +59,10 @@ jobs:
PREFIX=${{github.workspace}}/local
PATH=${{github.workspace}}/local/bin:${PATH}
echo "::group::xo configure"
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=/usr
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_MODULE_PATH=/usr/local/lib --verbose
echo "::group::xo build"
cmake --build .build
echo "::gorup::xo install"
echo "::group::xo install"
cmake --install .build
- name: print install path