diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-09-17 09:32:00 -0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-17 09:32:00 -0700 |
| commit | 27b6d7125d7769974c7114e7e4b92e6098668b60 (patch) | |
| tree | 35cd0a17bc4b92abf0987e94897d681cb66411fb | |
| parent | baed10c1a4f89435205ef613b12d397f036f393f (diff) | |
| download | vcpkg-27b6d7125d7769974c7114e7e4b92e6098668b60.tar.gz vcpkg-27b6d7125d7769974c7114e7e4b92e6098668b60.zip | |
[rabit] Fix config files path (#8206)
| -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()
|
