mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-09-01 20:43:15 +02:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
48424184f3 | ||
![]() |
565c96b67b | ||
![]() |
5dc4596bd7 | ||
![]() |
4d2f389531 | ||
![]() |
0369c22b5f | ||
![]() |
2554d638ae | ||
![]() |
1fab149d57 | ||
![]() |
6674bc91c7 |
@ -74,6 +74,7 @@ common_headers=(
|
||||
include/valijson/internal/frozen_value.hpp
|
||||
include/valijson/internal/json_pointer.hpp
|
||||
include/valijson/internal/json_reference.hpp
|
||||
include/valijson/internal/regex.hpp
|
||||
include/valijson/internal/uri.hpp
|
||||
include/valijson/utils/file_utils.hpp
|
||||
include/valijson/utils/utf8_utils.hpp
|
||||
|
@ -690,7 +690,7 @@ private:
|
||||
makeMultipleOfDoubleConstraint(itr->second),
|
||||
&subschema);
|
||||
} else {
|
||||
throwRuntimeError("Expected an numeric value for "
|
||||
throwRuntimeError("Expected a numeric value for "
|
||||
" 'divisibleBy' constraint.");
|
||||
}
|
||||
} else {
|
||||
@ -853,7 +853,7 @@ private:
|
||||
makeMultipleOfDoubleConstraint(itr->second),
|
||||
&subschema);
|
||||
} else {
|
||||
throwRuntimeError("Expected an numeric value for 'divisibleBy' constraint.");
|
||||
throwRuntimeError("Expected a numeric value for 'multipleOf' constraint.");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.10.0)
|
||||
|
||||
# Add folder where are supportive functions
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||
|
@ -5,7 +5,7 @@ git submodule update --init --depth 1 thirdparty
|
||||
mkdir build
|
||||
cd build
|
||||
cmake \
|
||||
-Dvalijson_BUILD_TESTS=FALSE \
|
||||
-Dvalijson_BUILD_TESTS=TRUE \
|
||||
-Dvalijson_BUILD_EXAMPLES=FALSE \
|
||||
-Dvalijson_EXCLUDE_BOOST=TRUE \
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user