aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-07 18:54:07 +0800
committercrupest <crupest@outlook.com>2023-10-07 18:54:07 +0800
commit6c6dc053488ded83581943844c2b4c2a606218f3 (patch)
treee63ebf7aae4ecde9054fc0600e33a3564dd8f928 /test/CMakeLists.txt
parentfba160f15ddba40c50d714e37f84d83d243ccd9c (diff)
downloadcru-6c6dc053488ded83581943844c2b4c2a606218f3.tar.gz
cru-6c6dc053488ded83581943844c2b4c2a606218f3.tar.bz2
cru-6c6dc053488ded83581943844c2b4c2a606218f3.zip
...
Diffstat (limited to 'test/CMakeLists.txt')
-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()