Warning, /education/step/GCC.cmake is written in an unsupported language. File is not indexed.

0001 # This file is for GCC specific options.
0002 
0003 # The macro STEPCORE_OBJECT expands to include the definition of a virtual function. This
0004 # function definition does not specify 'override', so where STEPCORE_OBJECT is used in
0005 # derived classes, the compiler complains that the function is not defined with 'override'
0006 # and throws a warning. This will suppress that warning, pending a better way to do it
0007 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")