Skip to content

Commit

Permalink
Point pybind11 submodule to pybind/pybind11#4805
Browse files Browse the repository at this point in the history
  • Loading branch information
devw4r committed Sep 17, 2023
1 parent f70f473 commit 04d188d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 04d188d

Please sign in to comment.