I'm looking for a command like cmake --features
or cmake --config
which shows me how my CMake executable was built. For example, I want to know weather the flags like --system-bzip2
really did get used and check the paths to the libraries CMake uses.
I am not interested in knowing what features are available on which CMake version, but which options were actually used in the build.