From 5ea931a585e4e99ab72e051051eab0c2c6a8e6fd Mon Sep 17 00:00:00 2001 From: DocDoomDuck Date: Fri, 22 May 2020 15:44:17 +0200 Subject: [PATCH] Specifying cmake c++ standard --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad1265a..d0b9ade 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required (VERSION 2.6) project (aging) +set (CMAKE_CXX_STANDARD 14) + include_directories("src") # search for location of header gmpxx.h", only at positions given by the user