Skip to content

Commit

Permalink
Update cmake_minimum_required(VERSION 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Jul 31, 2015
1 parent a17e171 commit c75f22a
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 @@ -8,7 +8,7 @@
# Provide interface lib for clean package config use
#

cmake_minimum_required (VERSION 2.6.2)
cmake_minimum_required (VERSION 3.0)
project (cereal VERSION 1.1.2)

add_library(cereal INTERFACE)
Expand Down

0 comments on commit c75f22a

Please sign in to comment.