From 6c6dc053488ded83581943844c2b4c2a606218f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Oct 2023 18:54:07 +0800 Subject: ... --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 10ab323e..e4c7b79b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,7 +9,7 @@ endif() function(cru_catch_discover_tests target) if (EMSCRIPTEN) - message("Emscripten, not do catch_discover_tests for " target) + message("Emscripten, not do catch_discover_tests for " ${target}) else() catch_discover_tests(target) endif() -- cgit v1.2.3