We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70f473 commit 04d188dCopy full SHA for 04d188d
.gitmodules
@@ -6,4 +6,4 @@
6
url = https://github.com/ladislav-zezula/StormLib.git
7
[submodule "pybind11"]
8
path = pybind11
9
- url = https://github.com/pybind/pybind11
+ url = https://github.com/pybind/pybind11/pull/4805
CMakeLists.txt
@@ -29,7 +29,6 @@ option(NAMIGATOR_BUILD_EXECUTABLES "Build the MapViewer executable. Windows only
29
if(NAMIGATOR_BUILD_PYTHON)
30
if(${CMAKE_VERSION} VERSION_GREATER "3.12.0")
31
set(PYBIND11_FINDPYTHON ON)
32
- find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
33
endif()
34
add_subdirectory(pybind11)
35
else()
0 commit comments