aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/program_options
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/program_options
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/program_options')
-rw-r--r--contrib/restricted/boost/program_options/CMakeLists.darwin.txt22
-rw-r--r--contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt22
-rw-r--r--contrib/restricted/boost/program_options/CMakeLists.linux.txt22
3 files changed, 33 insertions, 33 deletions
diff --git a/contrib/restricted/boost/program_options/CMakeLists.darwin.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin.txt
index 5062ba65e2..e6d6184a47 100644
--- a/contrib/restricted/boost/program_options/CMakeLists.darwin.txt
+++ b/contrib/restricted/boost/program_options/CMakeLists.darwin.txt
@@ -31,15 +31,15 @@ target_link_libraries(restricted-boost-program_options PUBLIC
restricted-boost-type_traits
)
target_sources(restricted-boost-program_options PRIVATE
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
)
diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt
index 891452f17a..ea86a32d2a 100644
--- a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt
@@ -32,15 +32,15 @@ target_link_libraries(restricted-boost-program_options PUBLIC
restricted-boost-type_traits
)
target_sources(restricted-boost-program_options PRIVATE
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
)
diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux.txt b/contrib/restricted/boost/program_options/CMakeLists.linux.txt
index 891452f17a..ea86a32d2a 100644
--- a/contrib/restricted/boost/program_options/CMakeLists.linux.txt
+++ b/contrib/restricted/boost/program_options/CMakeLists.linux.txt
@@ -32,15 +32,15 @@ target_link_libraries(restricted-boost-program_options PUBLIC
restricted-boost-type_traits
)
target_sources(restricted-boost-program_options PRIVATE
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
- \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
)