mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
[boinc] Fix typo (#20404)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
bfe4e3a0b3
commit
72c6bfe02f
@ -214,7 +214,7 @@ target_include_directories(boinc PUBLIC
|
||||
|
||||
target_include_directories(boincapi PUBLIC
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/lib
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/lib>
|
||||
$<INSTALL_INTERFACE:include>
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "boinc",
|
||||
"version": "7.18.1",
|
||||
"port-version": 1,
|
||||
"description": "Open-source software for volunteer computing and grid computing.",
|
||||
"homepage": "https://boinc.berkeley.edu/",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "47766741495b79066e3e24b1547684024b9e16b8",
|
||||
"version": "7.18.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "9fcf80005012082801212b0761a61a53f92b6104",
|
||||
"version": "7.18.1",
|
||||
|
@ -490,7 +490,7 @@
|
||||
},
|
||||
"boinc": {
|
||||
"baseline": "7.18.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"bond": {
|
||||
"baseline": "9.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user