Skip to content

Commit

Permalink
[pybind11] Fixup cmake information (microsoft#13443)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Sinigardi <[email protected]>
  • Loading branch information
ras0219 and cenit authored Sep 11, 2020
1 parent 99a74a7 commit d923820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/pybind11/CONTROL
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions ports/pybind11/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit d923820

Please sign in to comment.