Delete cmake/CMakeLists.txt in favor of CMakeLists.txt (#12295)
This fixes https://github.com/protocolbuffers/protobuf/issues/12263, but we will not cherrypick to 22.x since it could be breaking.
Closes #12295
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12295 from deannagarcia:deleteExtraCmakeFile 8fe901aee2
PiperOrigin-RevId: 518456432
pull/12250/head
parent
e56cf5d8d4
commit
dbc918c6d0
2 changed files with 0 additions and 10 deletions
@ -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…
Reference in new issue