File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,20 @@ set(PYTHON_INCLUDE_DIRS "${Python_INCLUDE_DIRS}" CACHE STRING "" FORCE)
103103set (PYTHON_LIBRARY "${Python_LIBRARY} " CACHE INTERNAL "" FORCE)
104104set (PYTHON_INCLUDE_DIR "${Python_INCLUDE_DIR} " CACHE INTERNAL "" FORCE)
105105
106+ message ("PYTHON_VERSION_RESET = ${PYTHON_VERSION_RESET} " )
107+ message ("PYTHON_EXECUTABLE_RESET = ${PYTHON_EXECUTABLE_RESET} " )
108+ message ("PYTHON_LIBRARIES_RESET = ${PYTHON_LIBRARIES_RESET} " )
109+ message ("PYTHON_INCLUDE_DIRS_RESET = ${PYTHON_INCLUDE_DIRS_RESET} " )
110+ message ("PYTHON_LIBRARY_RESET = ${PYTHON_LIBRARY_RESET} " )
111+ message ("PYTHON_INCLUDE_DIR_RESET = ${PYTHON_INCLUDE_DIR_RESET} " )
112+
113+ message ("PYTHON_VERSION = ${PYTHON_VERSION} " )
114+ message ("PYTHON_EXECUTABLE = ${PYTHON_EXECUTABLE} " )
115+ message ("PYTHON_LIBRARIES = ${PYTHON_LIBRARIES} " )
116+ message ("PYTHON_INCLUDE_DIRS = ${PYTHON_INCLUDE_DIRS} " )
117+ message ("PYTHON_LIBRARY = ${PYTHON_LIBRARY} " )
118+ message ("PYTHON_INCLUDE_DIR = ${PYTHON_INCLUDE_DIR} " )
119+
106120# Set the minimum pybind11 version to 2.3 (before that the pybind11::embed target did not exist)
107121message ("--- find_package(pybind11) ---" )
108122find_package (pybind11 2.3 CONFIG QUIET REQUIRED)
You can’t perform that action at this time.
0 commit comments