diff options
| -rw-r--r-- | ports/rabit/CONTROL | 2 | ||||
| -rw-r--r-- | 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()
|
