Skip to content

Commit 04d188d

Browse files
committed
Point pybind11 submodule to pybind/pybind11#4805
1 parent f70f473 commit 04d188d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
url = https://github.com/ladislav-zezula/StormLib.git
77
[submodule "pybind11"]
88
path = pybind11
9-
url = https://github.com/pybind/pybind11
9+
url = https://github.com/pybind/pybind11/pull/4805

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ option(NAMIGATOR_BUILD_EXECUTABLES "Build the MapViewer executable. Windows only
2929
if(NAMIGATOR_BUILD_PYTHON)
3030
if(${CMAKE_VERSION} VERSION_GREATER "3.12.0")
3131
set(PYBIND11_FINDPYTHON ON)
32-
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
3332
endif()
3433
add_subdirectory(pybind11)
3534
else()

0 commit comments

Comments
 (0)