Skip to content

Commit 86dfb93

Browse files
Updated some dependencies versions to latest state (#270)
1 parent e98b3b5 commit 86dfb93

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

include/jinja2cpp/polymorphic_value.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3131
#include <typeinfo>
3232
#include <utility>
3333

34+
// required variant_CPP17_OR_GREATER definition
35+
#include <nonstd/variant.hpp>
3436

3537
//
3638
// in_place: code duplicated in any-lite, expected-lite, optional-lite, value-ptr-lite, variant-lite:

thirdparty/internal_deps.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ include(FetchContent)
22

33
FetchContent_Declare(
44
expected-lite
5-
URL https://github.com/martinmoene/expected-lite/archive/3634b0a6d8dffcffad4d1355253d79290c0c754c.tar.gz
6-
URL_HASH SHA256=ce3bf45480d3ef5f78aa3c06cc5ddea43f5e6b864d92571b6b9838a516e1848b
5+
URL https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.8.0.tar.gz
6+
URL_HASH SHA256=27649f30bd9d4fe7b193ab3eb6f78c64d0f585c24c085f340b4722b3d0b5e701
77
)
88
FetchContent_MakeAvailable(expected-lite)
99

@@ -16,15 +16,15 @@ FetchContent_MakeAvailable(variant-lite)
1616

1717
FetchContent_Declare(
1818
optional-lite
19-
URL https://github.com/martinmoene/optional-lite/archive/2605a4b13094b0bf7a8ecdcde6d644370105bce5.tar.gz
20-
URL_HASH SHA256=29d5ca8d24d1174bf3e933d2e5186f7d1dab3a4cfe7befbe0f0d2795e53e3e0d
19+
URL https://github.com/martinmoene/optional-lite/archive/refs/tags/v3.6.0.tar.gz
20+
URL_HASH SHA256=2be17fcfc764809612282c3e728cabc42afe703b9dc333cc87c48d882fcfc2c2
2121
)
2222
FetchContent_MakeAvailable(optional-lite)
2323

2424
FetchContent_Declare(
2525
string-view-lite
26-
URL https://github.com/martinmoene/string-view-lite/archive/6e5e519d69b4ea99c3095d85d8e1e3ff4d54bbaa.tar.gz
27-
URL_HASH SHA256=fdcb41a43543f5970c617b4dd224b4c958316707cd61090f18e579072eb15b0e
26+
URL https://github.com/martinmoene/string-view-lite/archive/refs/tags/v1.8.0.tar.gz
27+
URL_HASH SHA256=9b38c32621eb1a81a7fa59427144309225c414a7bae522ab3a2d9ae239dd35be
2828
)
2929
FetchContent_MakeAvailable(string-view-lite)
3030

0 commit comments

Comments
 (0)