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

Commit

Permalink
Droping down CMake requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Oct 3, 2010
1 parent 3023652 commit 45425d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@
# Please note that the package source code is licensed under its own license.

PROJECT(sool NONE)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(dist.cmake)

# Install all files and documentation
Expand Down

0 comments on commit 45425d3

Please sign in to comment.