ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Replacing @name with ${PROJECT_NAME} #128

Closed aleksandaratanasov closed 9 years ago

aleksandaratanasov commented 9 years ago

Replacing almost all occurrences of @name with ${PROJECT_NAME} in order to make changes of the package name easier to handle. The only places (excluding the project's name line at the top of the CMakeLists.txt) where @name is still used are the source files. This will prevent changes to name of project affect the default source files defined in the CMakeLists.txt.

dirk-thomas commented 9 years ago

Thanks.