diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-08-22 13:50:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 13:50:03 -0700 |
| commit | 9b6a46afdcaf8b8128bc346ba760d512f0f77425 (patch) | |
| tree | 12337df3a2aa3233c7bee4faaf8c254c5487a823 | |
| parent | e4eee15ef96ee4a06f40256da8901b28833bf22c (diff) | |
| parent | c50e9b4cfbf2e9be2806dfd45cfab45404e4cb56 (diff) | |
| download | vcpkg-9b6a46afdcaf8b8128bc346ba760d512f0f77425.tar.gz vcpkg-9b6a46afdcaf8b8128bc346ba760d512f0f77425.zip | |
Merge pull request #1680 from Mixaill/p7baical44
[libp7-baical] update to 4.4
| -rw-r--r-- | ports/libp7-baical/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | ports/libp7-baical/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libp7-baical/portfile.cmake | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/ports/libp7-baical/CMakeLists.txt b/ports/libp7-baical/CMakeLists.txt index c4559c603..6b1044e43 100644 --- a/ports/libp7-baical/CMakeLists.txt +++ b/ports/libp7-baical/CMakeLists.txt @@ -3,13 +3,14 @@ cmake_minimum_required(VERSION 3.0) set(SOURCES "Sources/ClBaical.cpp" "Sources/ClFile.cpp" - "Sources/ClText.cpp" "Sources/Client.cpp" "Sources/ClNull.cpp" + "Sources/ClText.cpp" "Sources/CRC32.cpp" "Sources/Proxy.cpp" "Sources/Telemetry.cpp" - "Sources/Trace.cpp") + "Sources/Trace.cpp" +) if(WIN32) set(RESOURCES "Sources/P7Client.rc") diff --git a/ports/libp7-baical/CONTROL b/ports/libp7-baical/CONTROL index df6cf94b6..e117adea5 100644 --- a/ports/libp7-baical/CONTROL +++ b/ports/libp7-baical/CONTROL @@ -1,3 +1,3 @@ Source: libp7-baical -Version: 4.1 +Version: 4.4-1 Description: P7 is a library for high-speed sending telemetry & trace data from application diff --git a/ports/libp7-baical/portfile.cmake b/ports/libp7-baical/portfile.cmake index f298186e0..bb9b751f4 100644 --- a/ports/libp7-baical/portfile.cmake +++ b/ports/libp7-baical/portfile.cmake @@ -4,8 +4,12 @@ if(VCPKG_TARGET_ARCHITECTURE STREQUAL arm) message(FATAL_ERROR "libP7 does not support ARM") endif() -set(LIBP7_VERSION 4.1) -set(LIBP7_HASH 6259416378f1fe60ad6097faf9facd2de1a3ea13e8015a5727d6a179caa88a7f6707b47273afceebc16b39883da4768f29feac199f7d6c354b744b643c2044ab) +if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") + message(FATAL_ERROR "libP7 does not support UWP") +endif() + +set(LIBP7_VERSION 4.4) +set(LIBP7_HASH ce33db9a0c731e4dff95646703fe5fd96015f1c528377aa5dbe2e533529b0e8c45a4b74ee2b4616a811a7f9038c12edf106b08b3c21cec9cb6bdf85ad6e1d64f) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libP7_v${LIBP7_VERSION}) vcpkg_download_distfile(ARCHIVE |
