Dear CMakers,

I introduced recently a colleague of mine to the wonders of cmake. He has a problem that neither he or me could solve.

When he cmakes and builds his project as root and builds subsenquently its project as himself the whole project is rebuilt even if
nothing has been changed.

I may be wrong but I think this is not an actual problem with cmake but rather a general property of make that do not consider only the timestamp but also the owner of a file and if one of these changes, the file is marked as having to be rebuild.

What do you think ? Would you see one way to escape from this feature ?

thanks a lot

see you

Eric



--
Eric Pellegrini
Calcul Scientifique
Institut Laue-Langevin
Grenoble, France

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to