Skip to content

Commit

Permalink
Remove REQUIRED to find PythonLibs in FindPybind11 (#1786)
Browse files Browse the repository at this point in the history
* pin the version of scikit-build to 0.17.2

* Pin scikit-build version by 0.17.2

Co-authored-by: Matthew Treinish <[email protected]>

* remove REQUIRED to find PythonLibs in FindPybind11

---------

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
hhorii and mtreinish authored May 1, 2023
1 parent c3070fb commit 529e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindPybind11.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(PythonLibs REQUIRED)
find_package(PythonLibs)

message(STATUS ${PYTHON_INCLUDE_DIRS})
message(STATUS "PYTHON EXECUTABLE: ${PYTHON_EXECUTABLE}")
Expand Down

0 comments on commit 529e20e

Please sign in to comment.