Delete cmake/CMakeLists.txt

pull/12295/head
Deanna Garcia 2 years ago
parent 4b5652b030
commit 8fe901aee2
  1. 1
      BUILD.bazel
  2. 9
      cmake/CMakeLists.txt

@ -566,7 +566,6 @@ pkg_files(
"LICENSE",
"README.md",
"WORKSPACE",
"cmake/CMakeLists.txt",
"cmake/README.md",
"generate_descriptor_proto.sh",
"maven_install.json",

@ -1,9 +0,0 @@
cmake_minimum_required(VERSION 3.5)
message(DEPRECATION "Calling of cmake with source directory set to \"cmake\" subdirectory of Protocol Buffers project is deprecated. Top-level directory of Protocol Buffers project should be used instead.")
project(protobuf C CXX)
set(protobuf_DEPRECATED_CMAKE_SUBDIRECTORY_USAGE TRUE)
include(../CMakeLists.txt)
Loading…
Cancel
Save