We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9ee1f commit 8e7b975Copy full SHA for 8e7b975
1 file changed
CMakeLists.txt
@@ -1,12 +1,6 @@
1
project ("ev3devkit" C)
2
3
-if (CMAKE_CROSSCOMPILING)
4
- # we are depending on CMAKE_SYSROOT feature introduce in CMake 3.x
5
- # and we only support cross compiling using Ubuntu 16.04
6
- cmake_minimum_required (VERSION 3.5)
7
-else (CMAKE_CROSSCOMPILING)
8
- cmake_minimum_required (VERSION 2.6)
9
-endif (CMAKE_CROSSCOMPILING)
+cmake_minimum_required (VERSION 3.10)
10
11
get_directory_property(PARENT_DIR PARENT_DIRECTORY)
12
0 commit comments