Skip to content

Commit a819c0c

Browse files
committed
fix(build): force cmake 3.1 and udpate ofxDatGui
1 parent 879676a commit a819c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(PROJECT ESP)
22

33
project(${PROJECT})
4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.1)
55

66
# =============================================================
77
# Project configuration

third-party/ofxDatGui

0 commit comments

Comments
 (0)