From 4f7cf73002ef60427df79a96befddbe828d78694 Mon Sep 17 00:00:00 2001 From: ado Date: Tue, 19 Jan 2021 20:32:46 +0100 Subject: [PATCH] update cmake for unit tests --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a2ef9c9..f672add 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,7 +22,7 @@ endif() find_package(doctest 2.4.4 CONFIG REQUIRED) # for doctest_discover_tests -include(doctest) +include(doctest/doctest) # ---- Test ----