From 48306cfc96e42455ee3c6f16730e50d4706a8468 Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Sun, 30 Jun 2019 21:10:25 +0200 Subject: [PATCH] Update performance/CMakeLists --- performance/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/performance/CMakeLists.txt b/performance/CMakeLists.txt index 107a295..a6103c1 100644 --- a/performance/CMakeLists.txt +++ b/performance/CMakeLists.txt @@ -1,6 +1,4 @@ -cmake_minimum_required(VERSION 3.8 FATAL_ERROR) - -set(CMAKE_CXX_STANDARD 14) +cmake_minimum_required(VERSION 3.11 FATAL_ERROR) # http://www.levelofindirection.com/journal/2010/12/28/unit-testing-in-c-and-objective-c-just-got-easier.html # Thanks for CATCH!