Skip to content

Commit

Permalink
Merge pull request #63 from Chaste/system-boost-config
Browse files Browse the repository at this point in the history
Update boost config
  • Loading branch information
kwabenantim authored Jan 23, 2024
2 parents cd44d45 + 395cbcc commit 1cfa6d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
- name: cmake configure
run: |
source init.sh
su -m runner -c "cmake -DCMAKE_BUILD_TYPE=Release ../Chaste"
su -m runner -c "cmake \
-DBoost_NO_BOOST_CMAKE=${Boost_NO_BOOST_CMAKE} \
-DBoost_NO_SYSTEM_PATHS=${Boost_NO_SYSTEM_PATHS} \
-DBOOST_ROOT=${BOOST_ROOT} \
-DCMAKE_BUILD_TYPE=Release \
../Chaste"
working-directory: chaste-build-dir

- name: compile build info
Expand Down

0 comments on commit 1cfa6d8

Please sign in to comment.