Skip to content

Commit

Permalink
Updated Buildpybind11.cmake to locate compiled python.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 20, 2023
1 parent 17c9d14 commit c96fc04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Modules/Buildpybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ExternalProject_Add(
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
-DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS}
-DPython_EXECUTABLE=${Python_EXECUTABLE}
-DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}
-DPYBIND11_TEST:BOOL=OFF
)

Expand Down

0 comments on commit c96fc04

Please sign in to comment.