diff options
author | crupest <crupest@outlook.com> | 2023-10-07 18:54:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 18:54:07 +0800 |
commit | 6c6dc053488ded83581943844c2b4c2a606218f3 (patch) | |
tree | e63ebf7aae4ecde9054fc0600e33a3564dd8f928 /test/CMakeLists.txt | |
parent | fba160f15ddba40c50d714e37f84d83d243ccd9c (diff) | |
download | cru-6c6dc053488ded83581943844c2b4c2a606218f3.tar.gz cru-6c6dc053488ded83581943844c2b4c2a606218f3.tar.bz2 cru-6c6dc053488ded83581943844c2b4c2a606218f3.zip |
...
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() |