From b2d3c21c2625760e10ecaeeb2dea62f103590259 Mon Sep 17 00:00:00 2001 From: v4hn Date: Wed, 27 Sep 2023 15:13:24 +0200 Subject: [PATCH] don't enforce outdated standard --- wiimote/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/wiimote/CMakeLists.txt b/wiimote/CMakeLists.txt index aa548dbd..c6bb845c 100644 --- a/wiimote/CMakeLists.txt +++ b/wiimote/CMakeLists.txt @@ -1,9 +1,6 @@ cmake_minimum_required(VERSION 3.5) project(wiimote) -set(CMAKE_CXX_STANDARD 11) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - # Save the command line compile commands in the build output set(CMAKE_EXPORT_COMPILE_COMMANDS 1) # View the makefile commands during build