mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
try to set boost librarydir
This commit is contained in:
parent
f69a8f65d4
commit
227501188c
2
.github/workflows/build-commit.yml
vendored
2
.github/workflows/build-commit.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user