diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-08-29 19:07:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-29 19:07:09 -0700 |
| commit | 9d0fae31d7ca05e8e2062a2b15396405c71507dc (patch) | |
| tree | ca49e33d0b22f9cc8a14dfa771b2edf2e6fe5bb3 | |
| parent | 1fc1e10e8469105d07d8897b1d7c597571704ff8 (diff) | |
| download | vcpkg-9d0fae31d7ca05e8e2062a2b15396405c71507dc.tar.gz vcpkg-9d0fae31d7ca05e8e2062a2b15396405c71507dc.zip | |
[libp7client] Rename port folder to lowercase (#7977)
| -rw-r--r-- | ports/libp7client/CONTROL (renamed from ports/libP7Client/CONTROL) | 2 | ||||
| -rw-r--r-- | ports/libp7client/fix-runtime-library.patch (renamed from ports/libP7Client/fix-runtime-library.patch) | 0 | ||||
| -rw-r--r-- | ports/libp7client/portfile.cmake (renamed from ports/libP7Client/portfile.cmake) | 18 |
3 files changed, 2 insertions, 18 deletions
diff --git a/ports/libP7Client/CONTROL b/ports/libp7client/CONTROL index 08cf608e8..0069877d4 100644 --- a/ports/libP7Client/CONTROL +++ b/ports/libp7client/CONTROL @@ -1,3 +1,3 @@ Source: libp7client
-Version: 5.2
+Version: 5.2-1
Description: Open source, cross-platform, fastest library for sending logs, telemetry & trace data from your application.
diff --git a/ports/libP7Client/fix-runtime-library.patch b/ports/libp7client/fix-runtime-library.patch index d7d2ab931..d7d2ab931 100644 --- a/ports/libP7Client/fix-runtime-library.patch +++ b/ports/libp7client/fix-runtime-library.patch diff --git a/ports/libP7Client/portfile.cmake b/ports/libp7client/portfile.cmake index b6419dbcd..1a0b002ea 100644 --- a/ports/libP7Client/portfile.cmake +++ b/ports/libp7client/portfile.cmake @@ -1,22 +1,6 @@ -# Common Ambient Variables:
-# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT}
-# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET}
-# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
-# PORT = current port name (zlib, etc)
-# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc)
-# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic)
-# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic)
-# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg>
-# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm)
-#
-
include(vcpkg_common_functions)
-if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
- message(FATAL_ERROR "Unsupported system: ${VCPKG_CMAKE_SYSTEM_NAME}")
-elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin")
- message(FATAL_ERROR "Unsupported system: ${VCPKG_CMAKE_SYSTEM_NAME}")
-elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux ")
+if (NOT VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_UWP)
message(FATAL_ERROR "Unsupported system: ${VCPKG_CMAKE_SYSTEM_NAME}")
endif()
|
