File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 11{
22 "folders" : [
33 {
4- "path" : " ../../../libbitcoin-protocol"
5- }
4+ "path" : " ../../../libbitcoin-system"
5+ },
6+ {
7+ "path" : " ../../../libbitcoin-protocol"
8+ }
69 ],
710 "settings" : {}
811}
You can’t perform that action at this time.
0 commit comments