add boost libraries to cmake

This commit is contained in:
James Ravenscroft 2023-08-24 11:50:21 +01:00
parent 0c1fc1a04e
commit f0627cd567

View File

@ -214,7 +214,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. ${{ matrix.defines }}
cmake .. ${{ matrix.defines }} -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib
cmake --build . --config Release --target turbopilot
# - name: Add libopenblas.dll