Skip to content

Commit ea14101

Browse files
committed
Remove c++11 restriction
1 parent daf938a commit ea14101

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)