Re: [CMake] Generate Eclipse project with support for c++ 11

2014-12-07 Thread Alexander Neundorf
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

[CMake] Generate Eclipse project with support for c++ 11

2014-12-05 Thread Luca Gherardi
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