colconcmake
colcon cmake is a command-line tool used within the colcon build system to integrate CMake-based packages. It provides a standardized way to configure, build, and install projects that utilize CMake as their build system generator. When colcon encounters a package with a CMakeLists.txt file, colcon cmake is invoked to manage the build process.
The primary function of colcon cmake is to execute CMake commands such as configure, build, and install
Key features include support for various CMake generators, the ability to pass custom CMake arguments, and