Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Sep 13, 2024
1 parent 126e295 commit 5d73d92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"kind": "git",
"repository": "https://github.com/cyjseagull/registry",
"baseline": "6160f4167d4ab801f16a18bdd842a75edf7b069e",
"baseline": "af8b15a3eb174fc3282e0fa0c3f1fcef8041ee95",
"packages": [
"openssl",
"bcos-utilities",
Expand Down
9 changes: 8 additions & 1 deletion cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,14 @@
],
"features": {
"sse": {
"description": "Enable SSE4.2 for libhdfs3"
"description": "Enable SSE4.2 for libhdfs3",
"dependencies":[
{
"name": "libhdfs3",
"version>=": "2024-04-27",
"features": ["sse"]
}
]
},
"cpufeatures":{
"description": "Enable cpu features",
Expand Down

0 comments on commit 5d73d92

Please sign in to comment.