diff options
| author | serg-belyakov <[email protected]> | 2022-07-08 17:02:48 +0300 | 
|---|---|---|
| committer | serg-belyakov <[email protected]> | 2022-07-08 17:02:48 +0300 | 
| commit | e5eab3309e308a5713727c7f9c506b51b6d32af7 (patch) | |
| tree | ec1a4a74e457682dbc96582556a1e956635397c7 /contrib/tools | |
| parent | df4076b5d5f03459384ffadd5e48f63797ddc87f (diff) | |
Add logging after applying new GroupInfo,
Diffstat (limited to 'contrib/tools')
| -rw-r--r-- | contrib/tools/protoc/bin/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/contrib/tools/protoc/bin/CMakeLists.txt b/contrib/tools/protoc/bin/CMakeLists.txt index a681d385f3e..fc7b1ee73ce 100644 --- a/contrib/tools/protoc/bin/CMakeLists.txt +++ b/contrib/tools/protoc/bin/CMakeLists.txt @@ -8,6 +8,6 @@  if (APPLE)    include(CMakeLists.darwin.txt) -elseif (UNIX) +elseif (UNIX AND NOT APPLE)    include(CMakeLists.linux.txt)  endif() diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt index a681d385f3e..fc7b1ee73ce 100644 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt +++ b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt @@ -8,6 +8,6 @@  if (APPLE)    include(CMakeLists.darwin.txt) -elseif (UNIX) +elseif (UNIX AND NOT APPLE)    include(CMakeLists.linux.txt)  endif() diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt index a681d385f3e..fc7b1ee73ce 100644 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt +++ b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt @@ -8,6 +8,6 @@  if (APPLE)    include(CMakeLists.darwin.txt) -elseif (UNIX) +elseif (UNIX AND NOT APPLE)    include(CMakeLists.linux.txt)  endif() | 
