There was an error while loading. Please reload this page.
1 parent 99782ac commit b2d3c21Copy full SHA for b2d3c21
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