mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
update nameof to v0.9.2 (#8671)
This commit is contained in:
parent
ac92a1c8cf
commit
491bc64669
@ -1,4 +1,4 @@
|
||||
Source: nameof
|
||||
Version: 0.9.1
|
||||
Description: Nameof operator for modern C++
|
||||
Version: 0.9.2
|
||||
Description: Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.
|
||||
Homepage: https://github.com/Neargye/nameof
|
||||
|
@ -5,8 +5,8 @@ include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Neargye/nameof
|
||||
REF v0.9.1
|
||||
SHA512 58da89b161f5f3036b78971e4a669dd1efac3eb53499fd2469a568c4623b52679dcfd7ea4f8ed582910e88a137754b1662ff4fe7beb08278f2d3de6af1a1dba6
|
||||
REF v0.9.2
|
||||
SHA512 b83167daf13e1e4f174d723a8aaeb13cb386eb7bd5a74ebf4cdc34c78f5deb537c11d8b5204df26c827de11e10bd9006854c1f898e1fcf6526ad0e41aff6987b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -20,12 +20,12 @@ vcpkg_configure_cmake(
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/nameof)
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/nameof/copyright COPYONLY)
|
||||
|
||||
# CMake integration test
|
||||
vcpkg_test_cmake(PACKAGE_NAME ${PORT})
|
||||
vcpkg_test_cmake(PACKAGE_NAME nameof)
|
||||
|
Loading…
x
Reference in New Issue
Block a user