From c7dd648be3baa814f30af37b35ea803297b64a93 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 18 Sep 2024 20:13:18 +0300 Subject: [PATCH] Change CMAKE_INSTALL_PREFIX to CMAKE_PREFIX_PATH --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a11c5e0e..06fc09199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -322,7 +322,7 @@ jobs: - name: Use the installed library run: | cd ../boost-root/libs/$LIBRARY/test/cmake_install_test && mkdir __build__ && cd __build__ - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DBoost_VERBOSE=ON .. + cmake -DCMAKE_PREFIX_PATH=~/.local -DBoost_VERBOSE=ON .. cmake --build . ctest --output-on-failure --no-tests=error