Skip to content

Reverse order of CMAKE_CXX_FLAGS initialization

Joan Solà Ortega requested to merge std-c++11_support into devel

The old order caused cmake in Mac OSX to not detect c++11. This fixes the problem.

This change should be done to the plugins too

Merge request reports