Skip to content

Commit

Permalink
CMake: Update minimum CMake version to 3.0.2.
Browse files Browse the repository at this point in the history
Previously, the minimum CMake version required was 2.6. This is very
old, and was not being tested. On further discussion (see
#214), it was noted that 3.0.2
is the oldest version mentioned in the current CMake documentation.

Signed-off-by: Ed Mooring <ed.mooring@xilinx.com>
  • Loading branch information
edmooring-xilinx authored and arnopo committed Oct 20, 2020
1 parent 0257ca5 commit 68d2b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.6)
cmake_minimum_required (VERSION 3.0.2)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()
Expand Down

0 comments on commit 68d2b25

Please sign in to comment.