Skip to content

Commit b2d3c21

Browse files
committed
don't enforce outdated standard
1 parent 99782ac commit b2d3c21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎wiimote/CMakeLists.txt‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(wiimote)
33

4-
set(CMAKE_CXX_STANDARD 11)
5-
set(CMAKE_CXX_STANDARD_REQUIRED ON)
6-
74
# Save the command line compile commands in the build output
85
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
96
# View the makefile commands during build

0 commit comments

Comments
 (0)