Fix cmake error when SIMDJSON_COMPETITION=OFF

This commit is contained in:
John Keiser 2020-04-20 10:49:40 -07:00
parent cf37704193
commit 53d28a713c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if (NOT MSVC)
add_cpp_test(checkimplementation LABELS per_implementation)
add_test(NAME json2json COMMAND $<TARGET_FILE:json2json> ${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