We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1008a commit 29ae1e1Copy full SHA for 29ae1e1
1 file changed
.github/workflows/ci.yml
@@ -243,7 +243,7 @@ jobs:
243
run: |
244
cd ../boost-root
245
mkdir __build__ && cd __build__
246
- cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
+ cmake -DBoost_DEBUG=ON -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
247
248
- name: Install Boost
249
0 commit comments