Skip to content

Commit

Permalink
Bump all dependencies to the latest version (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jan 21, 2025
1 parent c89448e commit 8dce649
Show file tree
Hide file tree
Showing 389 changed files with 54,342 additions and 7,389 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
cmake_minimum_required(VERSION 3.16)
project(jsonschema VERSION 5.0.0 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
include(vendor/noa/cmake/noa.cmake)

# Options
option(JSONSCHEMA_TESTS "Build the JSON Schema CLI tests" OFF)
option(JSONSCHEMA_TESTS_CI "Build the JSON Schema CLI CI tests" OFF)
option(JSONSCHEMA_DEVELOPMENT "Build the JSON Schema CLI in development mode" OFF)
option(JSONSCHEMA_CONTINUOUS "Perform a continuous JSON Schema CLI release" ON)

find_package(Noa REQUIRED)
find_package(JSONToolkit REQUIRED)
find_package(AlterSchema REQUIRED)
find_package(Blaze REQUIRED)
Expand Down
12 changes: 6 additions & 6 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vendorpull https://github.com/sourcemeta/vendorpull dea311b5bfb53b6926a4140267959ae334d3ecf4
noa https://github.com/sourcemeta/noa 924f5cc8549af7f12227869dcbab4259029ac650
jsontoolkit https://github.com/sourcemeta/jsontoolkit 93a921d0f1e99bfdfe14bfd4d2acf5981294080b
hydra https://github.com/sourcemeta/hydra c31b5b612beb3e6a870deb2581ae437fc5183f47
alterschema https://github.com/sourcemeta/alterschema 0fcd3b3b921bd47dc0867477619383f6519939fa
jsonbinpack https://github.com/sourcemeta/jsonbinpack ea02b415f266c7529be13b9e2b26bc8d74b5e4a8
blaze https://github.com/sourcemeta/blaze a906d6601bc5d7afd4ddb6cbf9f64326aeee1b0c
noa https://github.com/sourcemeta/noa dee6c859895baf918fe3ecca22e4e7a262c5d500
jsontoolkit https://github.com/sourcemeta/jsontoolkit d3436cfa5546f5f5c01ffa2f2314aabd966a84ed
hydra https://github.com/sourcemeta/hydra 436c078e8446ed64b95e1695a0990e6430726560
alterschema https://github.com/sourcemeta/alterschema dfbc1f51d81ec231346c7e73f06c60cbaa7b0db6
jsonbinpack https://github.com/sourcemeta/jsonbinpack c455f1492709fa8f499f077b96f8211e597dd25c
blaze https://github.com/sourcemeta/blaze a6b14a0b5aa536d94c4c4a7eddeaebed0c477b00
7 changes: 7 additions & 0 deletions cmake/FindNoa.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if(NOT Noa_FOUND)
set(NOA_GOOGLETEST OFF CACHE BOOL "GoogleTest")
set(NOA_GOOGLEBENCHMARK OFF CACHE BOOL "GoogleBenchmark")
add_subdirectory("${PROJECT_SOURCE_DIR}/vendor/noa")
include("${PROJECT_SOURCE_DIR}/vendor/noa/cmake/noa.cmake")
set(Noa_FOUND ON)
endif()
4 changes: 2 additions & 2 deletions vendor/alterschema/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions vendor/alterschema/vendor/noa/cmake/noa.cmake

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/alterschema/vendor/noa/cmake/noa/commands/copy-file.cmake

This file was deleted.

109 changes: 0 additions & 109 deletions vendor/alterschema/vendor/noa/cmake/noa/compiler/options.cmake

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/alterschema/vendor/noa/cmake/noa/compiler/sanitizer.cmake

This file was deleted.

94 changes: 0 additions & 94 deletions vendor/alterschema/vendor/noa/cmake/noa/defaults.cmake

This file was deleted.

Loading

0 comments on commit 8dce649

Please sign in to comment.