mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
[rabit] Fix config files path (#8206)
This commit is contained in:
parent
baed10c1a4
commit
27b6d7125d
@ -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
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user