Skip to content

Commit

Permalink
Log pybind11 version in ViSP-third-party
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Dec 6, 2023
1 parent 823e01d commit d9692b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ status("")
status(" Python3 bindings:" BUILD_PYTHON_BINDINGS THEN "yes" ELSE "no")
if(BUILD_PYTHON_BINDINGS)
status(" Python3 interpreter:" PYTHON3INTERP_FOUND THEN "${PYTHON3_EXECUTABLE} (ver ${PYTHON3_VERSION_STRING})" ELSE "no")
status(" Pybind11:" USE_PYBIND11 THEN "${pybind11_DIR}" ELSE "no")
status(" Pybind11:" USE_PYBIND11 THEN "${pybind11_DIR} (${pybind11_VERSION})" ELSE "no")
status(" Package version:" "${VISP_PYTHON_PACKAGE_VERSION}")
status(" Wrapped modules:" "${VISP_PYTHON_BOUND_MODULES}")
status(" Generated input config:" "${VISP_PYTHON_GENERATED_CONFIG_FILE}")
Expand Down

0 comments on commit d9692b2

Please sign in to comment.