Skip to content

Fix compiler warning about "-std=c++11" for C files

Ivan Novikov requested to merge extra_fixes_for_2.0.1 into release_2.0.1

Fix that APPLGRID_CXXFLAGS were used in place of APPLGRID_CPPFLAGS This caused "-std=c++11" flag to be passed to C compiler This caused errors when using clang

Resolves XFITTER-98

Merge request reports

Loading