[spdlog] update to 1.0.0 (#4025)

* [spdlog] update to 1.0.0

* [spdlog] Fix cmake targets
This commit is contained in:
Christophe Guébert 2018-08-06 10:08:30 +02:00 committed by Robert Schumacher
parent 954aa35e6e
commit b641590c91
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Source: spdlog
Version: 1.x-2018-07.04
Version: 1.0.0
Description: Very fast, header only, C++ logging library
Build-Depends: fmt

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gabime/spdlog
REF 59f54cda10ea1ee30003ef46f08371e5ed6dccb4
SHA512 2a80b5b83b59660c2feb87c959cb53628efbc37098cbd2b16f691f67b6c44239d0107987ecbcb45b443cf257dc729beba74f4dba6f43fc165710759d028c0787
REF v1.0.0
SHA512 4d3cbc1926be513256b5837a53fce425f6d352bb4ab262074f205450cd4eadc09feea9dc8d8c03b3f1e9792bcfbcff414be79e51d58234f540946428bbd88cd1
HEAD_REF v1.x
)
@ -17,9 +17,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
# Move cmake files, ensuring they will be 3 directories up the import prefix
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/spdlog)
file(RENAME ${CURRENT_PACKAGES_DIR}/lib/cmake/spdlog/ ${CURRENT_PACKAGES_DIR}/share/spdlog/cmake)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/spdlog)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib)