diff options
| author | robot-piglet <[email protected]> | 2023-03-07 12:53:35 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2023-03-07 12:53:35 +0300 | 
| commit | 33ed6077e694c2f1286c01ebe1be30b189850e77 (patch) | |
| tree | e63bbad8736baf21ab183e9d98597aa27f5a2233 /library/cpp/html | |
| parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
Intermediate changes
Diffstat (limited to 'library/cpp/html')
| -rw-r--r-- | library/cpp/html/escape/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/html/escape/CMakeLists.darwin.txt) | 0 | ||||
| -rw-r--r-- | library/cpp/html/escape/CMakeLists.linux-x86_64.txt (renamed from library/cpp/html/escape/CMakeLists.linux.txt) | 0 | ||||
| -rw-r--r-- | library/cpp/html/escape/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | library/cpp/html/pcdata/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/html/pcdata/CMakeLists.darwin.txt) | 0 | ||||
| -rw-r--r-- | library/cpp/html/pcdata/CMakeLists.linux-x86_64.txt (renamed from library/cpp/html/pcdata/CMakeLists.linux.txt) | 0 | ||||
| -rw-r--r-- | library/cpp/html/pcdata/CMakeLists.txt | 4 | 
6 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/html/escape/CMakeLists.darwin.txt b/library/cpp/html/escape/CMakeLists.darwin-x86_64.txt index 890dac15398..890dac15398 100644 --- a/library/cpp/html/escape/CMakeLists.darwin.txt +++ b/library/cpp/html/escape/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/html/escape/CMakeLists.linux.txt b/library/cpp/html/escape/CMakeLists.linux-x86_64.txt index 1a4747c4e3e..1a4747c4e3e 100644 --- a/library/cpp/html/escape/CMakeLists.linux.txt +++ b/library/cpp/html/escape/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/html/escape/CMakeLists.txt b/library/cpp/html/escape/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/html/escape/CMakeLists.txt +++ b/library/cpp/html/escape/CMakeLists.txt @@ -9,7 +9,7 @@  if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)    include(CMakeLists.linux-aarch64.txt)  elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") -  include(CMakeLists.darwin.txt) +  include(CMakeLists.darwin-x86_64.txt)  elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) -  include(CMakeLists.linux.txt) +  include(CMakeLists.linux-x86_64.txt)  endif() diff --git a/library/cpp/html/pcdata/CMakeLists.darwin.txt b/library/cpp/html/pcdata/CMakeLists.darwin-x86_64.txt index 0efffd69e04..0efffd69e04 100644 --- a/library/cpp/html/pcdata/CMakeLists.darwin.txt +++ b/library/cpp/html/pcdata/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/html/pcdata/CMakeLists.linux.txt b/library/cpp/html/pcdata/CMakeLists.linux-x86_64.txt index c6a073acafc..c6a073acafc 100644 --- a/library/cpp/html/pcdata/CMakeLists.linux.txt +++ b/library/cpp/html/pcdata/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/html/pcdata/CMakeLists.txt b/library/cpp/html/pcdata/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/html/pcdata/CMakeLists.txt +++ b/library/cpp/html/pcdata/CMakeLists.txt @@ -9,7 +9,7 @@  if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)    include(CMakeLists.linux-aarch64.txt)  elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") -  include(CMakeLists.darwin.txt) +  include(CMakeLists.darwin-x86_64.txt)  elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) -  include(CMakeLists.linux.txt) +  include(CMakeLists.linux-x86_64.txt)  endif()  | 
