Skip to content

Commit

Permalink
Relaxes CMake version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLouisCaron committed Jan 30, 2012
1 parent b3f5007 commit 36578f7
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
Expand Up @@ -2,7 +2,7 @@
# C++ wrappers for C-based HTTP parser library.
#

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.6)

project(httpxx)

Expand Down

0 comments on commit 36578f7

Please sign in to comment.