diff options
Diffstat (limited to 'library/cpp/containers/stack_array')
-rw-r--r-- | library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/containers/stack_array/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt (renamed from library/cpp/containers/stack_array/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/containers/stack_array/CMakeLists.txt | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/containers/stack_array/CMakeLists.darwin.txt b/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt index 83fde56a05..83fde56a05 100644 --- a/library/cpp/containers/stack_array/CMakeLists.darwin.txt +++ b/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/containers/stack_array/CMakeLists.linux.txt b/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt index 1d3d430a32..1d3d430a32 100644 --- a/library/cpp/containers/stack_array/CMakeLists.linux.txt +++ b/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/containers/stack_array/CMakeLists.txt b/library/cpp/containers/stack_array/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/containers/stack_array/CMakeLists.txt +++ b/library/cpp/containers/stack_array/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() |