From 4a1bd6246e0cba99f70bdbd367da0c0d81e0d89a Mon Sep 17 00:00:00 2001 From: acxz <17132214+acxz@users.noreply.github.com> Date: Sun, 17 May 2020 13:03:48 -0400 Subject: [PATCH] use C++11 resolves #7 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 697cb19e..aff87ceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ cmake_minimum_required(VERSION 2.8) +set(CMAKE_CXX_STANDARD 11) + project(ELI) # set the release version number