From: "A. Maitland Bottoms" <bottoms@debian.org>
Description: not c++11

Uses C++14 features.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -175,7 +175,7 @@
 if (NOT WIN32)
 	set(CMAKE_CXX_FLAGS "-Wall ${CMAKE_CXX_FLAGS}")
 endif()
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -std=c++11")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic")
 
 #Add and build the source code subdirectory
 add_subdirectory(src)
