I am trying to use CMake also to generate project files that can be
use plainly be used by people not having CMake installed on their
machines.
To achieve that, I though the best path would be to remove the
auto-regeneration hooks that allow the regeneration of project files
when any of the CMakeLists file changes.

I successfully used CMAKE_SUPPRESS_REGENERATION (by setting it to 1)
to have Visual Studio 2005 project files being generated without said
auto-regeneration feature.

The same trick did not work on Unix with Makefiles.
Did I do something wrong in the process?  Does it work differently
from generator to generator?  Is there another way to achieve that?

Thanks in advance.

Bests,
Michele
_______________________________________________
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