We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1412b commit 883113bCopy full SHA for 883113b
ament_cmake_python/cmake/ament_python_install_package.cmake
@@ -57,7 +57,7 @@ function(_ament_cmake_python_install_package package_name)
57
PATTERN "*.pyc" EXCLUDE
58
PATTERN "__pycache__" EXCLUDE
59
)
60
- # TODO optionally compile Python files
+ # TODO(dirk-thomas): optionally compile Python files
61
62
list(FIND AMENT_CMAKE_PYTHON_INSTALL_INSTALLED_NAMES "${package_name}" index)
63
if(NOT index EQUAL -1)
0 commit comments