[kuku] Update Kuku to version 2.1 (#16194)

* Update Kuku to version 2.1

* Update Kuku version in version files
This commit is contained in:
Radames Cruz 2021-02-12 19:10:44 -08:00 committed by GitHub
parent e9e7021d7a
commit 1eb49ea2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 21 deletions

View File

@ -1,15 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4a87db..10d3eb2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,10 +13,6 @@ cmake_minimum_required(VERSION 3.12)
project(Kuku VERSION 2.0.0 LANGUAGES CXX C)
-if(${MSVC})
- message(FATAL_ERROR "Please build using the attached Visual Studio solution/project files.")
-endif()
-
########################
# Global configuration #
########################

View File

@ -1,4 +1,4 @@
Source: kuku
Version: 2.0
Version: 2.1
Homepage: https://github.com/microsoft/Kuku
Description: Kuku is a simple open-source (MIT licensed) cuckoo hashing library developed by the Cryptography and Privacy Research group at Microsoft.

View File

@ -3,10 +3,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/Kuku
REF e7cd2d6ad7f8886061c8e4b85890ede69cec3929
SHA512 8220a8e839bd247d6a8d1049562028c620353d0cabee0681383d1457bda544ff1394709eeaa82a92a8c0d3491cc9f15de1a14b78a86e8f97ee1da68eb50c982e
REF 1338c4ae2211ab4c739022ff57f48ce5a76531d5
SHA512 6cba13b7fc8c453acbfcb4921ee3acc9c3e91d4bba0e01480ea396e17f85288d0179342090111a2e3c056b6918c7b09ec63c41116eb4021e63c54acc19631156
HEAD_REF master
PATCHES CMakeLists-windows.patch
)
vcpkg_configure_cmake(
@ -16,7 +15,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Kuku-2.0)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Kuku-2.1)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

View File

@ -2805,7 +2805,7 @@
"port-version": 0
},
"kuku": {
"baseline": "2.0",
"baseline": "2.1",
"port-version": 0
},
"kvasir-mpl": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e58629ddfc48942517bb6dfc2dc12151cfcd0b2a",
"version-string": "2.1",
"port-version": 0
},
{
"git-tree": "0fc041176d953501d771e467d5621e635cd3f2a6",
"version-string": "2.0",