Skip to content

Commit

Permalink
try to fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Feb 14, 2024
1 parent e00dd25 commit 1d309c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(Python_LIBRARY "${PYTHON_LIBRARY}")

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

find_package(Python COMPONENTS Interpreter Development.Embed REQUIRED)
#find_package(Python COMPONENTS Interpreter Development.Embed REQUIRED)
set(PYBIND11_FINDPYTHON ON)
find_package(pybind11 CONFIG REQUIRED)

Expand Down

0 comments on commit 1d309c0

Please sign in to comment.