diff options
| -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 |
