Remove JSON checker not suitable for schema check
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 18 Aug 2017 08:31:05 +0000 (10:31 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 18 Aug 2017 08:31:05 +0000 (10:31 +0200)
Change-Id: Iba8dcd35290ab43ffc3aeaeb91cf40b6af1268b8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/cmake.d/02-variables.cmake

index 6efe624..6d20b2f 100644 (file)
@@ -170,7 +170,8 @@ endif()
 set(GDB_INITIAL_BREAK "personality" CACHE STRING "Initial Break Point for GDB remote")
 
 # Define some checker binaries to verify input DATA files
-# to be included in package.
+# to be included in package. Schema aren't checked for now.
+# Dummy checker about JSON.
 set(LUA_CHECKER "luac" CACHE STRING "LUA compiler")
 set(XML_CHECKER "xmllint" CACHE STRING "XML linter")
-set(JSON_CHECKER "json_verify" CACHE STRING "JSON linter")
+set(JSON_CHECKER "echo" CACHE STRING "JSON linter")