Gerrit Voss wrote: > Hi, > > does anybody know how to convince CMake to create projects that do > not rerun cmake on a rebuild or clean/build cycle. It's a highly > annoying that I have to re-import the project after doing so. > Not as such.
But other Cmake-apps I've looked at (VTK, ITK, GDCM, Gccmxml) and done regular buildd with do check if the cmake-files have changed, and if so, re-runs cmake (reconfigure) and reloads the project automatically via a macro. It seems as a rebuild should be able to do the same. (i.e autoreload.) Don't know if it helps... Cheers, /Marcus ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
