diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-20 16:50:53 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-20 16:50:53 +0200 |
commit | 3465ddbdec8d77e2a59315e50f954ea2d35aa1cb (patch) | |
tree | 4c0ed65fb6c2b9dfb3d3285bbbf4ed3ee9b18728 /cmake/cmake.d/02-variables.cmake | |
parent | 9116b93f53127e48f3821497440500b6b78989c6 (diff) |
Fix: No build error on input files checked
Output a warning if no checker found but at usage must
crash the build if input files has errors.
Change-Id: I282c4eb2303922ce1cd7055b51182ed222b62d08
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/cmake.d/02-variables.cmake')
-rw-r--r-- | cmake/cmake.d/02-variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake.d/02-variables.cmake b/cmake/cmake.d/02-variables.cmake index 0532c33..a4634d4 100644 --- a/cmake/cmake.d/02-variables.cmake +++ b/cmake/cmake.d/02-variables.cmake @@ -141,4 +141,4 @@ set(GDB_INITIAL_BREAK "personality" CACHE STRING "Initial Break Point for GDB re # Dummy checker about JSON. set(LUA_CHECKER "luac" "-p" CACHE STRING "LUA compiler") set(XML_CHECKER "xmllint" CACHE STRING "XML linter") -set(JSON_CHECKER "echo" CACHE STRING "JSON linter") +set(JSON_CHECKER "" CACHE STRING "JSON linter") |