File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
19
19
20
20
include (CheckCXXCompilerFlag)
21
21
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)
23
23
24
24
set (PHARE_PROJECT_DIR ${CMAKE_CURRENT_SOURCE_DIR} )
25
25
set (CMAKE_EXPORT_COMPILE_COMMANDS 1)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function(get_pybind)
11
11
12
12
message ("downloading subproject pybind11" )
13
13
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" )
15
15
16
16
phare_github_get_or_update(pybind11 ${PYBIND11_SRCDIR} pybind/pybind11 ${PYBIND11_VERSION} )
17
17
You can’t perform that action at this time.
0 commit comments