From 27b6d7125d7769974c7114e7e4b92e6098668b60 Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Tue, 17 Sep 2019 09:32:00 -0700 Subject: [rabit] Fix config files path (#8206) --- ports/rabit/CONTROL | 2 +- ports/rabit/portfile.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/rabit/CONTROL b/ports/rabit/CONTROL index e4fff769f..7b07cba7b 100644 --- a/ports/rabit/CONTROL +++ b/ports/rabit/CONTROL @@ -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 diff --git a/ports/rabit/portfile.cmake b/ports/rabit/portfile.cmake index 90e93a6a7..80ad0554c 100644 --- a/ports/rabit/portfile.cmake +++ b/ports/rabit/portfile.cmake @@ -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() -- cgit v1.2.3