mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 11:33:03 +08:00
[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.
This commit is contained in:
parent
fae64c544e
commit
38136a2d05
@ -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.
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user