[nano-signal-slot] Update to latest version (#9376)

* [nano-signal-slot] Update to latest version

I know that official releases should be preferred, but I used the latest commit instead because it fix an issue which was causing compilations error on the latest MSVC version (https://github.com/NoAvailableAlias/nano-signal-slot/issues/26).

* [nano-signal-slot] Fix wrong date format

* [nano-signal-slot] Version update

The developer of this library has just added a new release version including the MSVC compilation bug fix.
This commit is contained in:
Rémy Tassoux 2019-12-21 02:12:26 +01:00 committed by Robert Schumacher
parent a732ecda63
commit c916800646
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,4 @@
Source: nano-signal-slot
Version: 2018-08-25-1
Version: 2.0.1
Homepage: https://github.com/NoAvailableAlias/nano-signal-slot
Description: Pure C++17 Signals and Slots

View File

@ -1,14 +1,12 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO NoAvailableAlias/nano-signal-slot
REF 25aa2aa90d450d3c7550c535c7993a9e2ed0764a
SHA512 35dc9d0d9cce116a5bcea59ab9562c87dba9f6db999807ccbef7df1fb05513eaa71132ba2996eb43f0f241288096419892ac31a400ec6cb5013438e6b670194d
REF 7e237d75e72501109d1276d7c0c97b33e9d7caf1
SHA512 a998e59bfded36d9fe2c88d8f3c5229db4fa3c02062f218267f070f4809f63d0bad07300d3cf1f60141ab84bb1802402ac11de06159df6af460f0be4c47f8b9a
HEAD_REF master
)
file(GLOB INCLUDES ${SOURCE_PATH}/*.hpp)
file(INSTALL ${INCLUDES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/nano-signal-slot RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)