Commit 905f4640 authored by Konstantin Podsvirov's avatar Konstantin Podsvirov

Using NEW behavior for CMP0022 in CMake project

parent d79e0379
......@@ -4,6 +4,9 @@ cmake_minimum_required(VERSION 2.8)
# Project
project(protobuf C CXX)
# CMake policies
cmake_policy(SET CMP0022 NEW)
# Options
option(protobuf_VERBOSE "Enable for verbose output" OFF)
option(BUILD_TESTING "Build tests" ON)
......
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