mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-29 12:17:39 +02:00
Use -DBOOST_INCLUDE_LIBRARIES=static_assert
This commit is contained in:
@ -298,7 +298,7 @@ matrix:
|
||||
env: CMAKE=1
|
||||
script:
|
||||
- mkdir __build__ && cd __build__
|
||||
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 ..
|
||||
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=static_assert ..
|
||||
- ctest --output-on-failure -R boost_static_assert
|
||||
|
||||
- os: linux
|
||||
|
Reference in New Issue
Block a user