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.
2 parents 90b1367 + 81da25d commit a6781a4Copy full SHA for a6781a4
1 file changed
CMakeLists.txt
@@ -1,5 +1,8 @@
1
cmake_minimum_required (VERSION 3.5)
2
3
+set(CMAKE_CXX_STANDARD 11)
4
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
5
+
6
option(EXAMPLES "Build examples and tiny_loopback" OFF)
7
option(UNITTEST "Build unit tests" OFF)
8
option(CUSTOM "Do not use built-in HAL, but use Custom instead" OFF)
0 commit comments