On Friday, December 05, 2014 09:58:17 Luca Gherardi wrote:
> Hi all,
>
> I’m writing a CMake file for a project that should be compiled both in
> Ubuntu and OS X. I want to use eclipse as IDE, gcc and C++ 11.
>
> I read different threads that suggest how to enable C++ 11 in eclipse.
> According t
Hi all,
I’m writing a CMake file for a project that should be compiled both in Ubuntu
and OS X.
I want to use eclipse as IDE, gcc and C++ 11.
I read different threads that suggest how to enable C++ 11 in eclipse.
According to them I included these lines in my CMake:
set(CMAKE_CXX_FLAGS "${CMAKE