2009/6/9 Philip Lowman <phi...@yhbt.com>:
> Yes, that is the only reason.
>
> 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.
>
> http://public.kitware.com/Bug/view.php?id=9122
>
> You can test the script by putting the following in your code:
> message("C system include dirs = ${CMAKE_ECLIPSE_C_SYSTEM_INCLUDE_DIRS}")
> message("C++ system include dirs =
> ${CMAKE_ECLIPSE_CXX_SYSTEM_INCLUDE_DIRS}")
>
> --
> Philip Lowman

For me, it solves the problem. Thank you!

Stefan
_______________________________________________
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