mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 14:23:03 +08:00
[pybind11] Fixup cmake information (#13443)
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
This commit is contained in:
parent
99a74a7bd0
commit
d923820d7b
@ -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)
|
||||
|
@ -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/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user