Skip to content

Commit 66c36f9

Browse files
committed
[cmake][dataflow] update cmake min version to 3.18
1 parent d24cd02 commit 66c36f9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

examples/DataflowExamples/GraphRendering/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
cmake_minimum_required(VERSION 3.6)
2-
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} VERSION_GREATER "3.9")
3-
cmake_policy(SET CMP0071 NEW)
4-
endif()
1+
cmake_minimum_required(VERSION 3.18)
2+
cmake_policy(SET CMP0071 NEW)
3+
54
if(APPLE)
65
cmake_policy(SET CMP0042 NEW)
76
endif(APPLE)

0 commit comments

Comments
 (0)