On 7/2/2012 12:25 PM, Matthew Schuchard wrote: > The executable name does in fact have to match the name of the source file. > I could get into details, but the short summary is that gcc-gnat is a > very headache-inducing compiler with poorly conceived input/output file > behavior and arguments.
The change in question is here: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4fbdce2b It was done to try to work around problems on Windows tools and filesystems. You can try hacking the change further to test a platform variable so it can be disabled for Ada tools. If you get it working we can put that change upstream. -Brad -- 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
