I am using SWIG with #include directives in the interface file. When I compile the project for the first time everything works fine, but when I make modifications to the header file included by the interface file the generated cxx wrapper file is not re-generated. But the generated cxx wrapper file is re-compiled, it has the same #include directive as the interface file, but it hasn't changed.

So my question is how can I get the interface file to have a dependency on the #include'd header file?

Thanks,
Hugh.

--

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