Removed the explicit standard from the cmake
This should allow consuming project to choose their own standard level freely
This commit is contained in:
parent
cf2bce36f1
commit
80b35263db
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
project(sfizz VERSION 1.0.0 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
# set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
# Enable LTO
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) # To override the policy in abseil and benchmark
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue