[pybind11] Fixup cmake information (#13443)

Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
This commit is contained in:
ras0219 2020-09-11 12:48:28 -07:00 committed by GitHub
parent 99a74a7bd0
commit d923820d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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/)