Reverse order of CMAKE_CXX_FLAGS initialization
Compare changes
+ 6
− 6
@@ -45,12 +45,6 @@ message(STATUS "Configured to compile in ${CMAKE_BUILD_TYPE} mode.")
@@ -65,6 +59,12 @@ else()
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