From 53d28a713c8fef3a9c3f500bce228c54618a088c Mon Sep 17 00:00:00 2001 From: John Keiser Date: Mon, 20 Apr 2020 10:49:40 -0700 Subject: [PATCH] Fix cmake error when SIMDJSON_COMPETITION=OFF --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9d0563f7..911c2580 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -95,7 +95,7 @@ if (NOT MSVC) add_cpp_test(checkimplementation LABELS per_implementation) add_test(NAME json2json COMMAND $ ${EXAMPLE_JSON}) - set_property(TEST issue150 APPEND PROPERTY LABELS acceptance per_implementation) + set_property(TEST json2json APPEND PROPERTY LABELS acceptance per_implementation) # # SIMDJSON_FORCE_IMPLEMENTATION tests: run json2json with SIMDJSON