Am Dienstag 09 Juni 2009 04:20:19 schrieb Philip Lowman: > Can you try the CMakeFindEclipseCDT4.cmake attached to this bug report? > I've wrapped the call to EXECUTE_PROCESS by saving the LANG environment > variable and then setting it to "C", and restoring it after running gcc. > I'm not entirely sure if this is the right thing to do as I'm not really > experienced with locales at all.
The following variables are used in the order of appearance: LC_ALL, LC_MESSAGES, LANG So you should override those _IF_ present. If none of them is present, you don't have to do anything. HS _______________________________________________ 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