update cmake for unit tests

This commit is contained in:
ado 2021-01-19 20:32:46 +01:00
parent 92e8e200f9
commit 4f7cf73002

View File

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