Remove duplicate CMakeLists.txt entry

maxutils/maxbase/src/test/CMakeLists.txt
This commit is contained in:
Johan Wikman 2018-08-17 16:21:58 +03:00
parent b82822a4b0
commit 9b199cfb50

View File

@ -5,8 +5,3 @@ add_test(test_mxb_log test_mxb_log)
add_executable(test_semaphore test_semaphore.cc)
target_link_libraries(test_semaphore maxbase pthread)
add_test(test_semaphore test_semaphore)
add_executable(test_semaphore test_semaphore.cc)
target_link_libraries(test_semaphore maxbase pthread)
add_test(test_semaphore test_semaphore)