File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10...3.20)
66
77# Set version explicitly if not part of Boost superproject
88if (NOT BOOST_SUPERPROJECT_VERSION)
9- set (BOOST_INT128_VERSION 1.2 .0)
9+ set (BOOST_INT128_VERSION 1.3 .0)
1010else ()
1111 set (BOOST_INT128_VERSION ${BOOST_SUPERPROJECT_VERSION} )
1212endif ()
Original file line number Diff line number Diff line change 77vcpkg_from_github (
88 OUT_SOURCE_PATH SOURCE_PATH
99 REPO cppalliance/int128
10- REF v1.2 .0
11- SHA512 336e77887c9dbc85dc6ec246f63a3df06e2f196d866da5a2e79e085e1b437ac8ee9870b4ef9e02e0cf06282a34f79d71ee1b0e1330e1edc46e75ab3ea6784cac
10+ REF v1.3 .0
11+ SHA512 833d3bd494571c28d1b9f7e1317f70dbf412a1a5f3146ec937da13966ddc2fb25cf48ba45074a0557706a4e731264cd7e7fae3a947bc3e970a6a7dbfa8df3df4
1212 HEAD_REF master
1313)
1414
Original file line number Diff line number Diff line change 11{
22 "name" : " int128" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " Portable and performant 128-bit integers" ,
55 "homepage" : " https://github.com/cppalliance/int128" ,
66 "license" : " BSL-1.0" ,
You can’t perform that action at this time.
0 commit comments