diff options
Diffstat (limited to 'library/cpp/json/fast_sax')
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/fast_sax/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/fast_sax/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.txt | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/fast_sax/CMakeLists.darwin.txt b/library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt index 441d602ca7..441d602ca7 100644 --- a/library/cpp/json/fast_sax/CMakeLists.darwin.txt +++ b/library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/fast_sax/CMakeLists.linux.txt b/library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt index 5a75c7a88f..5a75c7a88f 100644 --- a/library/cpp/json/fast_sax/CMakeLists.linux.txt +++ b/library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/fast_sax/CMakeLists.txt b/library/cpp/json/fast_sax/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/fast_sax/CMakeLists.txt +++ b/library/cpp/json/fast_sax/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() |