colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 25 forks source link

Add --cmake-only-configure option #116

Open chapulina opened 2 years ago

chapulina commented 2 years ago

I saw there's a --cmake-force-configure option, but I didn't see an option that would allow me to run just the configure step for a package, and skip building. This would be helpful while iterating on the configuration.

My use case is for building a single package, and I imagine this option may be problematic when building multiple packages.

kunaltyagi commented 2 years ago

I felt the need for this today. Made a PR :)

Let's hope it gets accepted soon 🤞🏾