Skip to content

Commit 92b92f4

Browse files
committed
cmake: log Python executable path at configure
1 parent 5b1da71 commit 92b92f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/dependencies/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ endif()
194194
if(BUILD_PYTHON)
195195
# Find Python 3
196196
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
197+
message(STATUS "Python: ${Python3_EXECUTABLE}")
197198

198199
if(BUILD_pybind11)
199200
message(CHECK_START "Fetching pybind11")

0 commit comments

Comments
 (0)