Skip to content

Commit 46c04a8

Browse files
authored
Upgrade Noa to the latest version (#869)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 710dbf4 commit 46c04a8

10 files changed

Lines changed: 29 additions & 35 deletions

File tree

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
vendorpull https://github.com/sourcemeta/vendorpull 70342aaf458e6cb80baeb5b718901075fc42ede6
2-
noa https://github.com/sourcemeta/noa a8d36453236abc365f08a76a486f92c84f976fd9
2+
noa https://github.com/sourcemeta/noa dee6c859895baf918fe3ecca22e4e7a262c5d500
33
jsontoolkit https://github.com/sourcemeta/jsontoolkit 60a3862ad0d9642c97685f94aeaed96ab3509690
44
alterschema https://github.com/sourcemeta/alterschema 3579095980f5d53033a457725dd95eca27de96f4
55
bootstrap https://github.com/twbs/bootstrap 1a6fdfae6be09b09eaced8f0e442ca6f7680a61e

cmake/FindNoa.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ if(NOT Noa_FOUND)
88
set(NOA_GOOGLETEST ${JSONBINPACK_TESTS} CACHE BOOL "GoogleTest")
99
set(NOA_GOOGLEBENCHMARK OFF CACHE BOOL "GoogleBenchmark")
1010
add_subdirectory("${PROJECT_SOURCE_DIR}/vendor/noa")
11+
include("${PROJECT_SOURCE_DIR}/vendor/noa/cmake/noa.cmake")
1112
set(Noa_FOUND ON)
1213
endif()

vendor/noa/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/noa/cmake/noa/defaults.cmake

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/noa/cmake/noa/shim.cmake

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/noa/cmake/noa/variables.cmake

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/noa/src/flat_map/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/noa/src/hash/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/noa/src/regex/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)