Skip to content

Commit 997be16

Browse files
authored
Merge pull request #190 from pierreluctg/patch-1
Do no require artifacts for Python 3 embedding developments
2 parents 52befe1 + 46f44f2 commit 997be16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(POLICY CMP0135)
88
endif()
99
cmake_policy(SET CMP0094 NEW)
1010

11-
find_package(Python3 COMPONENTS Interpreter Development)
11+
find_package(Python3 COMPONENTS Interpreter Development.Module REQUIRED)
1212
find_package(pybind11 CONFIG)
1313

1414
SET(CMAKE_C_STANDARD 17)

0 commit comments

Comments
 (0)