Greetings all,

I've been deploying Cmake into our project for the past 2-3 months and just up 
with a problem I was unable to resovle so far.

As part of the work we do, during Cmake execution, we also compile our C++ IDLs.

I've managed to come up with a clean EXECUTE_PROCESS code that will run this on 
all OSs.
The problem is that IDLs do not change on a frequent basis and the fact that 
these are added to the cmake makes it very generic, but forces a full build 
with every build request.

Is there any way to come up with a way to identify the case where IDLs are 
changed only than execute the compilation code?

Thanks in Advance,
         Avner Cohen.


      
_______________________________________________
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