Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit bc91913

Browse files
committed
Droping down CMake requirement
1 parent f3e385d commit bc91913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Please note that the package source code is licensed under its own license.
66

77
PROJECT(diff NONE)
8-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
8+
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
99
INCLUDE(dist.cmake)
1010

1111
# Install all files and documentation

0 commit comments

Comments
 (0)