Skip to content

Commit da8078e

Browse files
committed
Bump required CMake version to 3.8
1 parent b9c2032 commit da8078e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
2-
# version 3.4 is required as other do not work with C++14 and clang
1+
cmake_minimum_required(VERSION 3.8)
32

43
project(NodeEditor CXX)
54

0 commit comments

Comments
 (0)