How to suppress the preprocessor define CMAKE_INTDIR?

Hi,

how can I suppress the preprocessor define CMAKE_INTDIR?

I understand it appears in multi-config builds, I can appreciate the thoughts behind it (CMAKE_CFG_INTDIR). I don’t want it. It serves no purpose in my builds and I would like to get rid of it.

How can I suppress it? So far I haven’t found an option that will work from a top-level CMakeLists.txt and get propagated everywhere. And unfortunately it doesn’t seem to be controlled by CMake script at all, at least a cursory look in /usr/share/cmake-3.31 only brings up Help/variable/CMAKE_CFG_INTDIR.rst; the documentation for CMAKE_CFG_INTDIR.