Skip to content

Commit 8a05e74

Browse files
committed
Regenerate artifacts (with corrections).
1 parent 2bb47d1 commit 8a05e74

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

builds/cmake/CMakePresets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "nix-base",
66
"description": "Factored base settings for non-windows *nix based platforms.",
77
"hidden": true,
8-
"installDir": "${sourceParentDir}/../../prefix/${presetName}",
8+
"installDir": "${sourceParentDir}/../../../prefix/${presetName}",
99
"binaryDir": "${sourceParentDir}/../obj/${presetName}",
1010
"condition": {
1111
"type": "inList",
@@ -18,11 +18,11 @@
1818
"cacheVariables": {
1919
"CMAKE_PREFIX_PATH": {
2020
"type": "PATH",
21-
"value": "${sourceParentDir}/../../prefix/${presetName}"
21+
"value": "${sourceParentDir}/../../../prefix/${presetName}"
2222
},
2323
"CMAKE_LIBRARY_PATH": {
2424
"type": "PATH",
25-
"value": "${sourceParentDir}/../../prefix/${presetName}/lib:$env{CMAKE_LIBRARY_PATH}"
25+
"value": "${sourceParentDir}/../../../prefix/${presetName}/lib:$env{CMAKE_LIBRARY_PATH}"
2626
}
2727
}
2828
},
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"folders": [
33
{
4-
"path": "../../../libbitcoin-protocol"
5-
}
4+
"path": "../../../libbitcoin-system"
5+
},
6+
{
7+
"path": "../../../libbitcoin-protocol"
8+
}
69
],
710
"settings": {}
811
}

0 commit comments

Comments
 (0)