File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
8282set (PYBIND11_PYTHON_VERSION 3.7)
8383
8484# Find Python3
85- message ("--- find_package(Python) ---" )
8685find_package (Python ${PYBIND11_PYTHON_VERSION} COMPONENTS Interpreter Development REQUIRED)
87- message ("--- find_package(Python) done ---" )
8886
8987# Save PYTHON_* vars
9088set (PYTHON_VERSION_RESET "${PYTHON_VERSION} " )
@@ -100,9 +98,7 @@ set(PYTHON_LIBRARIES "${Python_LIBRARIES}" CACHE STRING "" FORCE)
10098set (PYTHON_INCLUDE_DIRS "${Python_INCLUDE_DIRS} " CACHE STRING "" FORCE)
10199
102100# Set the minimum pybind11 version to 2.3 (before that the pybind11::embed target did not exist)
103- message ("--- find_package(pybind11) ---" )
104101find_package (pybind11 2.3 CONFIG QUIET REQUIRED)
105- message ("--- find_package(pybind11) done ---" )
106102
107103# Reset PYTHON_* vars
108104set (PYTHON_VERSION "${PYTHON_VERSION_RESET} " CACHE STRING "" FORCE)
You can’t perform that action at this time.
0 commit comments