diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-07 07:52:45 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-07 07:52:45 +0300 |
commit | 7019e5910875e7d0b85cfbf4d46bf3761b377a7e (patch) | |
tree | 65679387ea2c038aa072c2d513b6dc6a47beb9d7 /contrib/libs/protobuf/CMakeLists.txt | |
parent | dd24834944d3b49f6b7be1199a349c7d9ea3b7b2 (diff) | |
download | ydb-7019e5910875e7d0b85cfbf4d46bf3761b377a7e.tar.gz |
intermediate changes
ref:bab1141168add6a5ad2d3ac926957ac6c27e30c3
Diffstat (limited to 'contrib/libs/protobuf/CMakeLists.txt')
-rw-r--r-- | contrib/libs/protobuf/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/libs/protobuf/CMakeLists.txt b/contrib/libs/protobuf/CMakeLists.txt index c29f85d087..beeb126b7f 100644 --- a/contrib/libs/protobuf/CMakeLists.txt +++ b/contrib/libs/protobuf/CMakeLists.txt @@ -17,9 +17,6 @@ target_compile_options(contrib-libs-protobuf PRIVATE target_include_directories(contrib-libs-protobuf PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src ) -target_include_directories(contrib-libs-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) target_link_libraries(contrib-libs-protobuf PUBLIC contrib-libs-cxxsupp yutil @@ -118,9 +115,6 @@ target_compile_options(contrib-libs-protobuf.global PRIVATE target_include_directories(contrib-libs-protobuf.global PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src ) -target_include_directories(contrib-libs-protobuf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) target_link_libraries(contrib-libs-protobuf.global PUBLIC contrib-libs-cxxsupp yutil |