[CMake] Abstracting part of path name in CMakeCache

2015-10-07 Thread Jay Cotton
Hi: I have a need to abstract part of the build path name in CMakeCache: Here is an excerpt # This is the CMakeCache file. # For build in directory: /export/home/x/x-s12-clone/open-src/xserver/xvnc/unpacked-src This string is seen 5 times in the cache file. I need it to look like: # For b

[CMake] New to cmake and I have a problem.

2015-09-04 Thread Jay Cotton
Hi: I need to add an 'S' to the ar flags. Now, I have found that I can edit the link.txt file but, this is not a real solution. I am certain there is a way to do this with the CMakeCache.txt file. I just don't see how. Any help would be appreciated. tnx JC -- Powered by www.kitware.com Ple