I want to disable the additional dependency check generated for an XCode project (and possibly also the CMake cache update verification), since this increase very very much the entire build time (about three times in my case). With Visual C++ is sufficient to set the flag
SET(CMAKE_SUPPRESS_REGENERATION TRUE)
but in XCode it does not have any effect.