Remove -std=c++14 flag from CMakeLists.txt

This commit is contained in:
Abit 2018-03-25 20:27:09 +02:00 committed by GitHub
parent 88d371b0fa
commit 91d294feca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )