aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/googletest
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /contrib/restricted/googletest
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/restricted/googletest')
-rw-r--r--contrib/restricted/googletest/googlemock/CMakeLists.darwin.txt2
-rw-r--r--contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt2
-rw-r--r--contrib/restricted/googletest/googlemock/CMakeLists.linux.txt2
-rw-r--r--contrib/restricted/googletest/googletest/CMakeLists.darwin.txt2
-rw-r--r--contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt2
-rw-r--r--contrib/restricted/googletest/googletest/CMakeLists.linux.txt2
6 files changed, 6 insertions, 6 deletions
diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.darwin.txt b/contrib/restricted/googletest/googlemock/CMakeLists.darwin.txt
index 01a09f2518..6d045b902f 100644
--- a/contrib/restricted/googletest/googlemock/CMakeLists.darwin.txt
+++ b/contrib/restricted/googletest/googlemock/CMakeLists.darwin.txt
@@ -24,5 +24,5 @@ target_link_libraries(restricted-googletest-googlemock PUBLIC
restricted-googletest-googletest
)
target_sources(restricted-googletest-googlemock PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
)
diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt
index c4c70f8184..df00144f0c 100644
--- a/contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt
@@ -25,5 +25,5 @@ target_link_libraries(restricted-googletest-googlemock PUBLIC
restricted-googletest-googletest
)
target_sources(restricted-googletest-googlemock PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
)
diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.linux.txt b/contrib/restricted/googletest/googlemock/CMakeLists.linux.txt
index c4c70f8184..df00144f0c 100644
--- a/contrib/restricted/googletest/googlemock/CMakeLists.linux.txt
+++ b/contrib/restricted/googletest/googlemock/CMakeLists.linux.txt
@@ -25,5 +25,5 @@ target_link_libraries(restricted-googletest-googlemock PUBLIC
restricted-googletest-googletest
)
target_sources(restricted-googletest-googlemock PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
)
diff --git a/contrib/restricted/googletest/googletest/CMakeLists.darwin.txt b/contrib/restricted/googletest/googletest/CMakeLists.darwin.txt
index 5036ceefb6..62c14321ee 100644
--- a/contrib/restricted/googletest/googletest/CMakeLists.darwin.txt
+++ b/contrib/restricted/googletest/googletest/CMakeLists.darwin.txt
@@ -28,5 +28,5 @@ target_link_libraries(restricted-googletest-googletest PUBLIC
contrib-libs-re2
)
target_sources(restricted-googletest-googletest PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc
)
diff --git a/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt b/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt
index 94afee8256..2ed28be485 100644
--- a/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt
@@ -29,5 +29,5 @@ target_link_libraries(restricted-googletest-googletest PUBLIC
contrib-libs-re2
)
target_sources(restricted-googletest-googletest PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc
)
diff --git a/contrib/restricted/googletest/googletest/CMakeLists.linux.txt b/contrib/restricted/googletest/googletest/CMakeLists.linux.txt
index 94afee8256..2ed28be485 100644
--- a/contrib/restricted/googletest/googletest/CMakeLists.linux.txt
+++ b/contrib/restricted/googletest/googletest/CMakeLists.linux.txt
@@ -29,5 +29,5 @@ target_link_libraries(restricted-googletest-googletest PUBLIC
contrib-libs-re2
)
target_sources(restricted-googletest-googletest PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc
)