diff --git a/.gitmodules b/.gitmodules index 3b5006b..00d3c81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/ladislav-zezula/StormLib.git [submodule "pybind11"] path = pybind11 - url = https://github.com/pybind/pybind11 + url = https://github.com/pybind/pybind11/pull/4805 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a26306..54de21f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ option(NAMIGATOR_BUILD_EXECUTABLES "Build the MapViewer executable. Windows only if(NAMIGATOR_BUILD_PYTHON) if(${CMAKE_VERSION} VERSION_GREATER "3.12.0") set(PYBIND11_FINDPYTHON ON) - find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module) endif() add_subdirectory(pybind11) else()