|
|
|
@ -37,5 +37,9 @@ function (onnx_print_configuration_summary)
|
|
|
|
|
message(STATUS " Python executable : ${Python_EXECUTABLE}")
|
|
|
|
|
message(STATUS " Python includes : ${Python_INCLUDE_DIR}")
|
|
|
|
|
message(STATUS " Python libraries : ${Python_LIBRARY}")
|
|
|
|
|
|
|
|
|
|
message(STATUS " PYBIND11 : ${pybind11_FOUND}")
|
|
|
|
|
message(STATUS " Pybind11 version : ${pybind11_VERSION}")
|
|
|
|
|
message(STATUS " Pybind11 include : ${pybind11_INCLUDE_DIR}")
|
|
|
|
|
message(STATUS " Pybind11 includes : ${pybind11_INCLUDE_DIRS}")
|
|
|
|
|
message(STATUS " Pybind11 libraries : ${pybind11_LIBRARIES}")
|
|
|
|
|
endfunction()
|