We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1da71 commit 92b92f4Copy full SHA for 92b92f4
1 file changed
cmake/dependencies/CMakeLists.txt
@@ -194,6 +194,7 @@ endif()
194
if(BUILD_PYTHON)
195
# Find Python 3
196
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
197
+ message(STATUS "Python: ${Python3_EXECUTABLE}")
198
199
if(BUILD_pybind11)
200
message(CHECK_START "Fetching pybind11")
0 commit comments