[CMake] Fixed ProjectGUID

David Cole david.cole at kitware.com
Fri Jan 7 11:36:41 EST 2011


The guids should remain constant in a given build tree for the life of the
CMakeCache.txt file.

But after you delete that and start in a fresh build tree, you'll get fresh
guids.

If you want constant guids in your vcproj files, they should be built by
hand, not with CMake.


HTH,
David


2011/1/7 "Sören Freudiger" <muffmolch at gmx.de>

> Hello
> Is it possible to set the ProjectGUID by CMake? Every time I generate a
> vcproj file with CMake the ProjectGUID changes. But we need to have a fixed
> one (because other projects are including the vcproj).
>
> Best regards
> SirAnn
> --
> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
> gratis Handy-Flat! http://portal.gmx.net/de/go/dsl
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110107/72ededbe/attachment.htm>


More information about the CMake mailing list