Skip to content

Commit

Permalink
ORC_BUILD_JSON is now ON by defaut
Browse files Browse the repository at this point in the history
  • Loading branch information
jgautier-anssi committed Jun 10, 2020
1 parent 8e9d3b3 commit 4b636a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option(ORC_BUILD_ORC "Build Orc binary" ON)
option(ORC_BUILD_PARQUET "Build Parquet module" OFF)
option(ORC_BUILD_SQL "Build SQL module" OFF)
option(ORC_BUILD_SSDEEP "Build with ssdeep support" OFF)
option(ORC_BUILD_JSON "Build with JSON StructuredOutput enabled" OFF)
option(ORC_BUILD_JSON "Build with JSON StructuredOutput enabled" ON)

if(NOT ORC_BUILD_COMMAND)
set(ORC_BUILD_FASTFIND OFF)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Using default options is recommended with the exception of `ORC_BUILD_VCPKG` whi
| ORC_BUILD_PARQUET | OFF | Build Parquet module (x64) |
| ORC_BUILD_SQL | OFF | Build SQL module [1] |
| ORC_BUILD_SSDEEP | OFF | Build with ssdeep support |
| ORC_BUILD_JSON | OFF | Build with JSON enabled |
| ORC_BUILD_JSON | ON | Build with JSON enabled |
| ORC_USE_STATIC_CRT | ON | Use static runtime |
| ORC_VCPKG_ROOT | ${ORC}/external/vcpkg | VCPKG root directory |
| ORC_XMLLITE_PATH | | XmlLite.dll path (xp sp2) |
Expand Down

0 comments on commit 4b636a5

Please sign in to comment.