Try external cxx standard

This commit is contained in:
Jan Möbius
2023-06-26 16:26:19 +02:00
parent 998eec1390
commit 4b4e56388e

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR)
# Set and enforce C++-11 flags
set( CMAKE_CXX_STANDARD_REQUIRED TRUE )
set( CMAKE_CXX_STANDARD 11 )
#set( CMAKE_CXX_STANDARD_REQUIRED TRUE )
#set( CMAKE_CXX_STANDARD 11 )
enable_testing()