Skip to content

Commit cd25ab3

Browse files
committed
[CMake] Fix #214: Explicitly build Boost first.
1 parent 42e2aac commit cd25ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ env CFLAGS=--coverage CXXFLAGS=--coverage \
5050
-DENABLE_SANITY_FIELDS=OFF \
5151
-DUSE_LLD=ON
5252

53-
cmake --build build/coverage -t clean
53+
cmake --build build/coverage --target clean
54+
cmake --build build/coverage --target Boost
5455
cmake --build build/coverage
5556

5657
cd build/coverage

0 commit comments

Comments
 (0)