Skip to content

Commit 121615d

Browse files
authored
Merge pull request simdjson#753 from simdjson/jkeiser/fix-cmake-error
Fix cmake error when SIMDJSON_COMPETITION=OFF
2 parents cf37704 + 53d28a7 commit 121615d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (NOT MSVC)
9595
add_cpp_test(checkimplementation LABELS per_implementation)
9696

9797
add_test(NAME json2json COMMAND $<TARGET_FILE:json2json> ${EXAMPLE_JSON})
98-
set_property(TEST issue150 APPEND PROPERTY LABELS acceptance per_implementation)
98+
set_property(TEST json2json APPEND PROPERTY LABELS acceptance per_implementation)
9999

100100
#
101101
# SIMDJSON_FORCE_IMPLEMENTATION tests: run json2json with SIMDJSON

0 commit comments

Comments
 (0)