aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorVitalii Koshura <lestat.de.lionkur@gmail.com>2021-09-29 17:40:26 +0200
committerGitHub <noreply@github.com>2021-09-29 08:40:26 -0700
commit72c6bfe02f7e5530cb4be0fa3b1fad04b43f184f (patch)
tree3c7eb0fda8ec1f46a4ffcdcebdd468ca6ea6fe53 /ports
parentbfe4e3a0b351b4621766fb11c073ef9609b58007 (diff)
downloadvcpkg-72c6bfe02f7e5530cb4be0fa3b1fad04b43f184f.tar.gz
vcpkg-72c6bfe02f7e5530cb4be0fa3b1fad04b43f184f.zip
[boinc] Fix typo (#20404)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/boinc/CMakeLists.txt2
-rw-r--r--ports/boinc/vcpkg.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/boinc/CMakeLists.txt b/ports/boinc/CMakeLists.txt
index 635aa9011..7e4592208 100644
--- a/ports/boinc/CMakeLists.txt
+++ b/ports/boinc/CMakeLists.txt
@@ -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>
)
diff --git a/ports/boinc/vcpkg.json b/ports/boinc/vcpkg.json
index 126e73dbf..f597fb040 100644
--- a/ports/boinc/vcpkg.json
+++ b/ports/boinc/vcpkg.json
@@ -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",