Skip to content

Commit 9099aa6

Browse files
committed
add debug logs (2)
1 parent 0e6d983 commit 9099aa6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,20 @@ set(PYTHON_INCLUDE_DIRS "${Python_INCLUDE_DIRS}" CACHE STRING "" FORCE)
103103
set(PYTHON_LIBRARY "${Python_LIBRARY}" CACHE INTERNAL "" FORCE)
104104
set(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)
107121
message("--- find_package(pybind11) ---")
108122
find_package(pybind11 2.3 CONFIG QUIET REQUIRED)

0 commit comments

Comments
 (0)