Add output of Pivy version

This commit is contained in:
Chris Hennes
2021-03-04 23:31:04 -06:00
committed by wmayer
parent 0edf24f7a6
commit 1670a430f0
4 changed files with 9 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ macro(SetupPython)
"Python not found, install Python!\n"
"=================================\n")
endif()
set(Python3_EXECUTABLE ${PYTHON_EXECUTABLE})
else()
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)