From 5c827661f41faf0c6248d7a75a0b64ec526ef0f5 Mon Sep 17 00:00:00 2001 From: Przemek <4788832+przemek83@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:53:21 +0100 Subject: [PATCH] Update CMakeLists.txt Small improvement in tests cmake file. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 43836a0..60d75ba 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -20,4 +20,4 @@ target_link_libraries(${PROJECT_TEST} PRIVATE Catch2::Catch2WithMain include(CTest) include(Catch) -catch_discover_tests(${PROJECT_NAME}-test) +catch_discover_tests(${PROJECT_TEST})