Skip to content

Commit

Permalink
ENH: Upgrade to cmake 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Jul 3, 2015
1 parent 063291c commit e7e4eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.5)
cmake_policy(VERSION 2.8.5)
cmake_minimum_required(VERSION 2.8.9)
cmake_policy(VERSION 2.8.9)

set(LIBRARY_SOVERSION_INFO 2)
set(LIBRARY_VERSION_INFO 2.1.0)
Expand Down

0 comments on commit e7e4eb4

Please sign in to comment.