Skip to content

Commit

Permalink
[nano-signal-slot] Enable UWP and dynamic builds (#8675)
Browse files Browse the repository at this point in the history
* [nano-signal-slot] Enable UWP and dynamic builds

* [nano-signal-slot] Change version to date

* [nano-signal-slot] Fix wrong version year
  • Loading branch information
RT2Code authored and vicroms committed Oct 21, 2019
1 parent d2bf910 commit 43923ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion ports/nano-signal-slot/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: nano-signal-slot
Version: commit-25aa2aa90d450d3c7550c535c7993a9e2ed0764a
Version: 2018-08-25-1
Description: Pure C++17 Signals and Slots
8 changes: 0 additions & 8 deletions ports/nano-signal-slot/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 43923ed

Please sign in to comment.