mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
add boost libraries to cmake
This commit is contained in:
parent
0c1fc1a04e
commit
f0627cd567
2
.github/workflows/build-commit.yml
vendored
2
.github/workflows/build-commit.yml
vendored
@ -214,7 +214,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd 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
|
cmake --build . --config Release --target turbopilot
|
||||||
|
|
||||||
# - name: Add libopenblas.dll
|
# - name: Add libopenblas.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user