aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()