fix test/CmakeLists

This commit is contained in:
ado 2021-01-21 01:32:52 +01:00
parent e49ccede35
commit f2c157efc3

View File

@ -22,7 +22,7 @@ endif()
find_package(doctest 2.4.4 CONFIG REQUIRED)
# for doctest_discover_tests
include(doctest/doctest)
include(doctest)
# ---- Test ----