Skip to content

Commit 03873f2

Browse files
committed
cmake: move min version check to beginning of file
According to the docs, it should be placed here
1 parent 820fa06 commit 03873f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
cmake_minimum_required(VERSION 3.10)
12
project ("ev3devkit" C)
23

3-
cmake_minimum_required (VERSION 3.10)
44
include(GNUInstallDirs)
55

66
get_directory_property(PARENT_DIR PARENT_DIRECTORY)

0 commit comments

Comments
 (0)