We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf938a commit ea14101Copy full SHA for ea14101
wiimote/CMakeLists.txt
@@ -1,9 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(wiimote)
3
4
-set(CMAKE_CXX_STANDARD 11)
5
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
6
-
7
# Save the command line compile commands in the build output
8
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
9
# View the makefile commands during build
0 commit comments