[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.

This commit is contained in:
Robert Schumacher 2017-11-02 11:42:32 -07:00
parent fae64c544e
commit 38136a2d05
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: double-conversion Source: double-conversion
Version: 3.0.0-1 Version: 3.0.0-2
Description: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. Description: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.

View File

@ -44,6 +44,7 @@ if(NOT VCPKG_USE_HEAD_VERSION)
file(WRITE ${CURRENT_PACKAGES_DIR}/CMake/double-conversionConfig.cmake "${CONFIG_FILE}") file(WRITE ${CURRENT_PACKAGES_DIR}/CMake/double-conversionConfig.cmake "${CONFIG_FILE}")
vcpkg_fixup_cmake_targets(CONFIG_PATH CMake) vcpkg_fixup_cmake_targets(CONFIG_PATH CMake)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
else() else()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/double-conversion) vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/double-conversion)
endif() endif()