cmake: log Python executable path at configure

This commit is contained in:
Corentin Le Molgat
2025-06-02 09:51:09 +02:00
parent 5b1da719d7
commit 92b92f41b9

View File

@@ -194,6 +194,7 @@ endif()
if(BUILD_PYTHON)
# Find Python 3
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
message(STATUS "Python: ${Python3_EXECUTABLE}")
if(BUILD_pybind11)
message(CHECK_START "Fetching pybind11")