Skip to content

Commit c8ff604

Browse files
committed
find python with dev embed
1 parent 9754b16 commit c8ff604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1919

2020
include(CheckCXXCompilerFlag)
2121
find_program(Git git)
22-
find_package(Python 3.8 COMPONENTS Interpreter Development.Module REQUIRED)
22+
find_package(Python 3.8 COMPONENTS Interpreter Development REQUIRED)
2323

2424
set(PHARE_PROJECT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
2525
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)

res/cmake/dep/pybind.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function(get_pybind)
1111

1212
message("downloading subproject pybind11")
1313
set(PYBIND11_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/subprojects/pybind11)
14-
set(PYBIND11_VERSION v2.13.6) # github.com/pybind/pybind11/pull/5553 broke master
14+
set(PYBIND11_VERSION "master")
1515

1616
phare_github_get_or_update(pybind11 ${PYBIND11_SRCDIR} pybind/pybind11 ${PYBIND11_VERSION})
1717

0 commit comments

Comments
 (0)