Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -9,7 +9,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING
 )
 
 if(NOT WIN32)
-    set(CMAKE_CXX_FLAGS "-Wall -std=c++0x" CACHE STRING "Flags used by the compiler during all build types.")
+    set(CMAKE_CXX_FLAGS "-Wall -std=c++14" CACHE STRING "Flags used by the compiler during all build types.")
 endif()
 
 project(displaz)
