From 227501188cd322ede9d1830f5a55cbebae9e761c Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Thu, 24 Aug 2023 13:57:22 +0100 Subject: [PATCH] try to set boost librarydir --- .github/workflows/build-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index 68291ff..f9e7245 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -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