On Monday 19 October 2009, Dixon, Shane wrote: > In my project, I typically use the cl compiler provided by MSVC9. I have > one target that I have to use gnu make and gcc to produce a .dll that I > link to with the rest of my build system. How might one switch the > compiler for just one subdirectory tree? Does it still go through all the > checks to ensure the compiler can build a small test program, etc?
In general this is not supported, one build tree = one cmake cache = one build tool chain. You may get around with some hacks, but I wouldn't recommend it. 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
