try to set boost librarydir

This commit is contained in:
James Ravenscroft 2023-08-24 13:57:22 +01:00
parent f69a8f65d4
commit 227501188c

View File

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