Skip to content

Commit

Permalink
Change CMAKE_INSTALL_PREFIX to CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 18, 2024
1 parent 4906dbb commit c7dd648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7dd648

Please sign in to comment.