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

Commit 27a2c49

Browse files
committed
Droping down CMake requirement
1 parent b5560a2 commit 27a2c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# warning: compilation options might not be optical
88

99
PROJECT ( zip C )
10-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
10+
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
1111
INCLUDE ( dist.cmake )
1212

1313
SET ( SRC_ZIP

0 commit comments

Comments
 (0)