@xkaraman could you help me force disable VERBOSE logs for cmake. RHEL by default enables verbose logs using `cmake build` command with `--verbose`. Can I add other options to revert this options like?
cmake --build . --verbose --something_new.
What do you mean? Can;t you not provide the `--verbose` flag?