Skip to content

Commit

Permalink
Merge pull request #190 from pierreluctg/patch-1
Browse files Browse the repository at this point in the history
Do no require artifacts for Python 3 embedding developments
  • Loading branch information
christoph2 authored Jan 8, 2025
2 parents 52befe1 + 46f44f2 commit 997be16
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 @@ -8,7 +8,7 @@ if(POLICY CMP0135)
endif()
cmake_policy(SET CMP0094 NEW)

find_package(Python3 COMPONENTS Interpreter Development)
find_package(Python3 COMPONENTS Interpreter Development.Module REQUIRED)
find_package(pybind11 CONFIG)

SET(CMAKE_C_STANDARD 17)
Expand Down

0 comments on commit 997be16

Please sign in to comment.