On Friday 05 June 2009, Eric Noulard wrote:
> 2009/6/5 James Bigler <jamesbig...@gmail.com>:
> >   if(NOT EXISTS ${dependency_file})
> >     #message("configuring dependency_file = ${dependency_file}")
> >     configure_file(
> >       ${empty_file}
> >       ${dependency_file} IMMEDIATE)
> >   endif()
>
> The "IMMEDIATE" thing doesn't seem to be document, is it obsolete
> or undocumented?

It's obsolete, it's the default behaviour since a cmake 2.2 I think.
It was still documented in 2.0:
http://www.cmake.org/Wiki/CMake_2.0.6_Docs

Alex
_______________________________________________
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