diff options
| author | Michael Hansen <zrax0111@gmail.com> | 2019-12-18 20:36:31 -0800 |
|---|---|---|
| committer | Michael Hansen <zrax0111@gmail.com> | 2019-12-21 12:47:40 -0800 |
| commit | 207c65042405614776173f9095d75ab6e48a76aa (patch) | |
| tree | 5f87c7fb842b8ad4caf4c96b144328341a55921f | |
| parent | 7c47da60af3f6df4743487dfe1f696b65b676702 (diff) | |
| download | vcpkg-207c65042405614776173f9095d75ab6e48a76aa.tar.gz vcpkg-207c65042405614776173f9095d75ab6e48a76aa.zip | |
Remove deprecated include from KF5 ports.
| -rw-r--r-- | ports/kf5archive/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/kf5holidays/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/kf5plotting/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/kf5syntaxhighlighting/portfile.cmake | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/ports/kf5archive/portfile.cmake b/ports/kf5archive/portfile.cmake index 6f0f626fd..aaaa48de0 100644 --- a/ports/kf5archive/portfile.cmake +++ b/ports/kf5archive/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/karchive
diff --git a/ports/kf5holidays/portfile.cmake b/ports/kf5holidays/portfile.cmake index d39ffee5a..900834d3a 100644 --- a/ports/kf5holidays/portfile.cmake +++ b/ports/kf5holidays/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kholidays
diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index 20732c29c..8ea9b3d3f 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/kplotting diff --git a/ports/kf5syntaxhighlighting/portfile.cmake b/ports/kf5syntaxhighlighting/portfile.cmake index 83ee02241..b3dd829e2 100644 --- a/ports/kf5syntaxhighlighting/portfile.cmake +++ b/ports/kf5syntaxhighlighting/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/syntax-highlighting
|
