Revert "Use newer compiler than C++98."

This reverts commit a07a0de231.
This commit is contained in:
John Maguire 2020-05-13 11:51:23 +01:00
parent 0782489feb
commit dcf078acca
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ set(BUILD_PROJECTM_STATIC ON)
set(DISABLE_NATIVE_PRESETS ON)
set(DISABLE_MILKDROP_PRESETS OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++98")
pkg_check_modules(GLEW glew)