diff options
-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 e4c7b79b..524b3dd0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,7 +11,7 @@ function(cru_catch_discover_tests target) if (EMSCRIPTEN) message("Emscripten, not do catch_discover_tests for " ${target}) else() - catch_discover_tests(target) + catch_discover_tests(${target}) endif() endfunction() |