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