Skip to content

Commit 2c1f941

Browse files
committed
Add missing dependency target to coverage target that
is causing a test to fail.
1 parent cf025c1 commit 2c1f941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
150150
"$<TARGET_FILE:jdiff>"
151151
"$<TARGET_FILE:smt2_solver>"
152152
"$<TARGET_FILE:symtab2gb>"
153+
"libour_archive.a"
153154
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
154155
)
155156
endif()

0 commit comments

Comments
 (0)