aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/regex
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /contrib/restricted/boost/regex
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/regex')
-rw-r--r--contrib/restricted/boost/regex/CMakeLists.darwin.txt10
-rw-r--r--contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt10
-rw-r--r--contrib/restricted/boost/regex/CMakeLists.linux.txt10
3 files changed, 15 insertions, 15 deletions
diff --git a/contrib/restricted/boost/regex/CMakeLists.darwin.txt b/contrib/restricted/boost/regex/CMakeLists.darwin.txt
index a97e736f90..7249a02715 100644
--- a/contrib/restricted/boost/regex/CMakeLists.darwin.txt
+++ b/contrib/restricted/boost/regex/CMakeLists.darwin.txt
@@ -33,9 +33,9 @@ target_link_libraries(restricted-boost-regex PUBLIC
restricted-boost-type_traits
)
target_sources(restricted-boost-regex PRIVATE
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
)
diff --git a/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt
index 5cc6317ffe..dae13bda83 100644
--- a/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt
@@ -34,9 +34,9 @@ target_link_libraries(restricted-boost-regex PUBLIC
restricted-boost-type_traits
)
target_sources(restricted-boost-regex PRIVATE
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
)
diff --git a/contrib/restricted/boost/regex/CMakeLists.linux.txt b/contrib/restricted/boost/regex/CMakeLists.linux.txt
index 5cc6317ffe..dae13bda83 100644
--- a/contrib/restricted/boost/regex/CMakeLists.linux.txt
+++ b/contrib/restricted/boost/regex/CMakeLists.linux.txt
@@ -34,9 +34,9 @@ target_link_libraries(restricted-boost-regex PUBLIC
restricted-boost-type_traits
)
target_sources(restricted-boost-regex PRIVATE
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
)