Fix CMake build if BOLT_ENABBLE_TESTS=ON

This commit is contained in:
Sam Vervaeck 2024-07-11 18:46:55 +02:00
parent c8ceff3210
commit 4079241e26
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -101,7 +101,6 @@ if (BOLT_ENABLE_TESTS)
add_executable( add_executable(
alltests alltests
test/TestText.cc test/TestText.cc
test/TestChecker.cc
) )
target_link_libraries( target_link_libraries(
alltests alltests