From 91d294fecacb04e2cf82a21630251c55be92e398 Mon Sep 17 00:00:00 2001 From: Abit Date: Sun, 25 Mar 2018 20:27:09 +0200 Subject: [PATCH] Remove -std=c++14 flag from CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bee65f..54e56d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,6 @@ PROJECT( fc ) CMAKE_MINIMUM_REQUIRED( VERSION 2.8.12 ) -add_compile_options(-std=c++14) - MESSAGE(STATUS "Configuring project fc located in: ${CMAKE_CURRENT_SOURCE_DIR}") SET( CMAKE_AUTOMOC OFF )