Skip to content

Commit

Permalink
[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_ta…
Browse files Browse the repository at this point in the history
…rgets.
  • Loading branch information
ras0219-msft committed Nov 2, 2017
1 parent fae64c5 commit 38136a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/double-conversion/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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.
1 change: 1 addition & 0 deletions ports/double-conversion/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if(NOT VCPKG_USE_HEAD_VERSION)
file(WRITE ${CURRENT_PACKAGES_DIR}/CMake/double-conversionConfig.cmake "${CONFIG_FILE}")

vcpkg_fixup_cmake_targets(CONFIG_PATH CMake)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
else()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/double-conversion)
endif()
Expand Down

0 comments on commit 38136a2

Please sign in to comment.