Asmodehn Shade wrote: > Hi, > > I am wondering if it is currently possible using CMake to parse an XML > file... > > I would like to include the SVN revision number in the target name > somehow, and I would need to get it from the .svn/entries file I guess... > > Any idea how to do that ?
Write your own command line executable for that and print the result out. Than use EXEC_PROGRAM to grab that output value. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
