diff --git a/CMakeLists.txt b/CMakeLists.txt index b28a2a4..2c446d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ FetchContent_MakeAvailable(googletest) find_package (Eigen3 3.3 REQUIRED NO_MODULE) set(PYBIND11_FINDPYTHON ON) -#find_package (Python3 COMPONENTS Interpreter Development) +find_package (Python3 COMPONENTS Interpreter Development) add_subdirectory(pybind11) set(CMAKE_CXX_STANDARD 17) diff --git a/pybind11 b/pybind11 index 0bd8896..ed466da 160000 --- a/pybind11 +++ b/pybind11 @@ -1 +1 @@ -Subproject commit 0bd8896a4010f2d91b2340570c24fa08606ec406 +Subproject commit ed466da571fbc1d711351eb818e4bf82adb99eca