From d923820d7bfdd30b65caa885b04a6b1480763213 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:48:28 -0700 Subject: [pybind11] Fixup cmake information (#13443) Co-authored-by: Stefano Sinigardi --- ports/pybind11/CONTROL | 1 + ports/pybind11/portfile.cmake | 1 + 2 files changed, 2 insertions(+) diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index b01861122..aba68cb6e 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,5 +1,6 @@ Source: pybind11 Version: 2.5.0 +Port-Version: 1 Homepage: https://github.com/pybind/pybind11 Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Build-Depends: python3 (windows) diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake index 0c8778a7f..7277205d2 100644 --- a/ports/pybind11/portfile.cmake +++ b/ports/pybind11/portfile.cmake @@ -27,6 +27,7 @@ vcpkg_configure_cmake( ) vcpkg_install_cmake() +vcpkg_fixup_cmake_targets(CONFIG_PATH share/cmake/pybind11) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/) -- cgit v1.2.3