use out own doctest

pull/243/head
nick black 5 years ago
parent 32ff214be2
commit 328f72444e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -223,7 +223,6 @@ endif()
# Testing
file(GLOB TESTSRCS CONFIGURE_DEPENDS tests/*.cpp)
add_executable(notcurses-tester ${TESTSRCS})
find_package(doctest REQUIRED doctest>=1.2.7)
target_include_directories(notcurses-tester
PRIVATE
include
@ -232,7 +231,6 @@ target_include_directories(notcurses-tester
)
target_link_libraries(notcurses-tester
PRIVATE
doctest::doctest
notcurses
)
target_compile_options(notcurses-tester

Loading…
Cancel
Save