From f2c157efc344410566ccd893af3c65e45d3e32f7 Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 21 Jan 2021 01:32:52 +0100 Subject: [PATCH] fix test/CmakeLists --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f08051e..9283188 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/doctest) +include(doctest) # ---- Test ----