USE_STATIC_BOOST has to used to define if boost is static or not
This commit is contained in:
@@ -35,7 +35,7 @@ install:
|
||||
before_script:
|
||||
- mkdir build.ci
|
||||
- cd build.ci
|
||||
- cmake .. -DBUILD_UT=ON -DCMAKE_BUILD_TYPE=$BUILD_CONFIG
|
||||
- cmake .. -DBUILD_UT=ON -DCMAKE_BUILD_TYPE=$BUILD_CONFIG -DUSE_STATIC_BOOST=YES
|
||||
|
||||
script:
|
||||
- cmake --build .
|
||||
|
Reference in New Issue
Block a user