I'd like conan install . --build=missing to print the underlying compiler commands when building from source.
Increasing the verbosity level (e.g. -vvv) doesn't help. I suspect I need to pass CMAKE_VERBOSE_MAKEFILE to CMake, but I can't figure out how to do that properly.
I'm using Conan 2 with CMake and the Unix Makefiles generator on Linux, but I can switch to Ninja if that helps.