Skip to content

Commit e3ebc37

Browse files
committed
chore: updated minimum cmake version
1 parent 796973a commit e3ebc37

File tree

2 files changed

+206
-1
lines changed

2 files changed

+206
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15...3.22)
1+
cmake_minimum_required(VERSION 2.8...3.13)
22
project(numflow)
33
set(CMAKE_CXX_STANDARD 14)
44
#set(CMAKE_BUILD_TYPE Debug)

test.flow

Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)