1
0
forked from boostorg/mp11

Do not use -DBOOST_INCLUDE_LIBRARIES in standalone ci.yml jobs

This commit is contained in:
Peter Dimov
2021-10-08 17:02:45 +03:00
parent 8cee5a4ce0
commit c8bff426ec

View File

@ -393,7 +393,7 @@ jobs:
- name: Configure
run: |
mkdir __build__ && cd __build__
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DCMAKE_INSTALL_PREFIX=~/.local ..
cmake -DCMAKE_INSTALL_PREFIX=~/.local ..
- name: Install
run: |
@ -428,7 +428,7 @@ jobs:
- name: Configure
run: |
mkdir __build__ && cd __build__
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON ..
cmake -DBUILD_TESTING=ON ..
- name: Build tests
run: |