diff options
| author | RT222 <contact@rt2.fr> | 2019-10-22 00:23:03 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-21 15:23:03 -0700 |
| commit | 43923edb4b39dd5e576eb1aab2bcdc0b5dfd367f (patch) | |
| tree | cc14ef772c9378fa6575b5099cc52369b0f219af | |
| parent | d2bf910e7557673a3dd31331bc735f6ae8bce5e2 (diff) | |
| download | vcpkg-43923edb4b39dd5e576eb1aab2bcdc0b5dfd367f.tar.gz vcpkg-43923edb4b39dd5e576eb1aab2bcdc0b5dfd367f.zip | |
[nano-signal-slot] Enable UWP and dynamic builds (#8675)
* [nano-signal-slot] Enable UWP and dynamic builds
* [nano-signal-slot] Change version to date
* [nano-signal-slot] Fix wrong version year
| -rw-r--r-- | ports/nano-signal-slot/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nano-signal-slot/portfile.cmake | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/ports/nano-signal-slot/CONTROL b/ports/nano-signal-slot/CONTROL index dbccb32b7..c0dd4db07 100644 --- a/ports/nano-signal-slot/CONTROL +++ b/ports/nano-signal-slot/CONTROL @@ -1,3 +1,3 @@ Source: nano-signal-slot -Version: commit-25aa2aa90d450d3c7550c535c7993a9e2ed0764a +Version: 2018-08-25-1 Description: Pure C++17 Signals and Slots diff --git a/ports/nano-signal-slot/portfile.cmake b/ports/nano-signal-slot/portfile.cmake index 55a879d1d..b920b8595 100644 --- a/ports/nano-signal-slot/portfile.cmake +++ b/ports/nano-signal-slot/portfile.cmake @@ -1,13 +1,5 @@ include(vcpkg_common_functions) -vcpkg_check_linkage( - ONLY_STATIC_LIBRARY -) - -if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore) - message(FATAL_ERROR "Error: UWP builds not supported yet.") -endif() - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO NoAvailableAlias/nano-signal-slot |
