Hi,

I've pushed an export-policy topic to my clone which attempts to disallow 
including the result of the export command. This is part of making it 
possible to make export() be executed at generate time in the future.

There are limitations to my topic already. For example, it doesn't warn if 
someone uses file(APPEND) on the targets file, though that would be easy to 
add. It also doesn't warn if someone uses, for example, execute_process 
giving the targets file as an argument. That's something that can probably 
not be handled with a warning, and there are other similar cases. Is that 
acceptable, or is it better to not change this at all?

An alternative would be to add a new command generate_export() which takes 
the same arguments, or a GENERATE keyword to the export() command, and 
deprecate the existing export() signature with a policy. 

I think the new command may be a better idea.

Comments?

Steve.


--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to