Skip to content

Commit

Permalink
Merge pull request #416 from KyleFromKitware/pybind-patch
Browse files Browse the repository at this point in the history
Patch pybind11 to remove special versions of gil_scoped_* classes
  • Loading branch information
dstoup authored Jul 19, 2018
2 parents 8737101 + 7e61edd commit 71bcbb9
Show file tree
Hide file tree
Showing 2 changed files with 1,841 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMake/External_pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ExternalProject_Add(pybind11
PREFIX ${fletch_BUILD_PREFIX}
DOWNLOAD_DIR ${fletch_DOWNLOAD_DIR}
INSTALL_DIR ${fletch_BUILD_INSTALL_PREFIX}
PATCH_COMMAND ${CMAKE_COMMAND} -E copy
${fletch_SOURCE_DIR}/Patches/pybind11/include/pybind11/pybind11.h
${fletch_BUILD_PREFIX}/src/pybind11/include/pybind11/pybind11.h
CMAKE_GENERATOR ${gen}
CMAKE_ARGS
${COMMON_CMAKE_ARGS}
Expand Down
Loading

0 comments on commit 71bcbb9

Please sign in to comment.