adam-markovics commented on a change in pull request #1231:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1231#discussion_r778160435
##########
File path: cmake/Extensions.cmake
##########
@@ -115,7 +115,7 @@ macro(register_extension_linter target-name)
get_property(extensions GLOBAL PROPERTY EXTENSION-LINTERS)
set_property(GLOBAL APPEND PROPERTY EXTENSION-LINTERS "${target-name}")
add_custom_target(${target-name}
- COMMAND python
${CMAKE_SOURCE_DIR}/thirdparty/google-styleguide/run_linter.py -q -i
${CMAKE_CURRENT_LIST_DIR}/)
+ COMMAND python3
${CMAKE_SOURCE_DIR}/thirdparty/google-styleguide/run_linter.py -q -i
${CMAKE_CURRENT_LIST_DIR}/)
Review comment:
Yes, for example Ubuntu 20.04.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]