Skip to content

Commit

Permalink
don't enforce outdated standard
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Sep 27, 2023
1 parent 99782ac commit b2d3c21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wiimote/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2d3c21

Please sign in to comment.