• CMAKE_USER_MAKE_RULES_OVERRIDE: Specify a file that can change the build rule variables.

    If this variable is set, it should to point to a CMakeLists.txt file that will be read in by CMake after all the system settings have been set, but before they have been used. This would allow you to override any variables that need to be changed for some special project.