Skip to content

Commit b93fbfb

Browse files
committed
Remove clox-unit-test from cmake file
1 parent 7d053d0 commit b93fbfb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,4 @@ if(ENABLE_COVERAGE)
109109

110110
target_compile_options(clox-test PRIVATE ${COVERAGE_COMPILE_FLAGS})
111111
target_link_options(clox-test PRIVATE ${COVERAGE_LINK_FLAGS})
112-
113-
target_compile_options(clox-unit-test PRIVATE ${COVERAGE_COMPILE_FLAGS})
114-
target_link_options(clox-unit-test PRIVATE ${COVERAGE_LINK_FLAGS})
115112
endif()

0 commit comments

Comments
 (0)