Commit c57c6eab authored by Walter Gray's avatar Walter Gray

Bump to the *real* minimum required version. Setting CMP0022 breaks CMake versions < 2.8.12

parent 2131b2d5
# Minimum CMake required # Minimum CMake required
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8.12)
# Project # Project
project(protobuf C CXX) project(protobuf C CXX)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment