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