[qhull] Remove tools of debug configuration (#4681)

Remove tools of debug configuration. (<triplet>/debug/tools/qhull)
It is unnecessary.
This commit is contained in:
Tsukasa Sugiura 2018-11-15 04:12:36 +09:00 committed by Robert Schumacher
parent 1ffc1b569d
commit 075d0d4ecd
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Source: qhull
Version: 2015.2-2
Version: 2015.2-3
Description: computes the convex hull, Delaunay triangulation, Voronoi diagram

View File

@ -31,7 +31,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/doc)
file(GLOB EXEFILES_RELEASE ${CURRENT_PACKAGES_DIR}/bin/*.exe)
file(GLOB EXEFILES_DEBUG ${CURRENT_PACKAGES_DIR}/debug/bin/*.exe)
file(COPY ${EXEFILES_RELEASE} DESTINATION ${CURRENT_PACKAGES_DIR}/tools/qhull)
file(COPY ${EXEFILES_DEBUG} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/tools/qhull)
file(REMOVE ${EXEFILES_RELEASE} ${EXEFILES_DEBUG})
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")