> So CMAKE can't control the options int he *.user files I guess :-\? Would a > potential workaround be to find a command line tool that can edit these and > run it as a post-build script? CMake gives you the functionality needed to edit these via your own script. I mean reading and writing files replacing text. John