On Wednesday, July 25, 2012 10:06:27 PM Johannes Zarl wrote: > Hi, > > Out of curiosity (and thinking about saving a couple of seconds during the > first cmake run) I tried just to use C++ as language for some KDE program. > > It turns out that without C enabled, standard modules like FindKDE, FindQt4 > and FindJPEG don't run because they use the CheckSymbolExists module. > > I'm wondering if this counts as a bug in FindQt4 and FindKDE, because after > all these two projects are C++, so any platform test should IMO be using the > same compiler as the build-process does? >
This has already been fixed in FindQt4 since CMake 2.8.6. -- Clinton Stimpson Elemental Technologies, Inc Computational Simulation Software, LLC www.csimsoft.com -- 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
