diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
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() |