Has anyone been able to modify the destination folder of PDB files using CMake when generating VS 2008 project files to make them relative paths? It seems they always end up using an absolute path and I can't see anyway to easily modify this.
As an example one of the pdb files which gets generated is ending up at...
E:/3dconcert-builder/dt_src_REL-2.3.0/lib/Debug/../../bin/dtAnimd.pdb
Whereas I need it to end up at...
../../bin/dtAnimd.pdb