Skip to content

Commit

Permalink
[cmake][dataflow] update cmake min version to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPaulin committed Jun 30, 2023
1 parent d24cd02 commit 66c36f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/DataflowExamples/GraphRendering/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.6)
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} VERSION_GREATER "3.9")
cmake_policy(SET CMP0071 NEW)
endif()
cmake_minimum_required(VERSION 3.18)
cmake_policy(SET CMP0071 NEW)

if(APPLE)
cmake_policy(SET CMP0042 NEW)
endif(APPLE)
Expand Down

0 comments on commit 66c36f9

Please sign in to comment.