[rabit] Fix config files path (#8206)

This commit is contained in:
NancyLi1013 2019-09-17 09:32:00 -07:00 committed by Curtis J Bezault
parent baed10c1a4
commit 27b6d7125d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Source: rabit
Version: 0.1-1
Version: 0.1-2
Homepage: https://github.com/dmlc/rabit
Description: rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.
Build-Depends: dmlc

View File

@ -27,7 +27,7 @@ vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
vcpkg_copy_pdbs()