File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# SPDX-License-Identifier: MIT
33# ----------------------------------------------------------------------------
4- # Copyright (c) 2024 Arm Limited
4+ # Copyright (c) 2024-2025 Arm Limited
55#
66# Permission is hereby granted, free of charge, to any person obtaining a copy
77# of this software and associated documentation files (the "Software"), to
@@ -65,6 +65,7 @@ cmake \
6565 -DANDROID_STL=c++_static \
6666 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6767 -DCMAKE_TOOLCHAIN_FILE=" ${ANDROID_NDK_HOME} /build/cmake/android.toolchain.cmake" \
68+ -DCMAKE_WARN_DEPRECATED=OFF \
6869 ..
6970
7071make -j1
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# SPDX-License-Identifier: MIT
33# ----------------------------------------------------------------------------
4- # Copyright (c) 2024 Arm Limited
4+ # Copyright (c) 2024-2025 Arm Limited
55#
66# Permission is hereby granted, free of charge, to any person obtaining a copy
77# of this software and associated documentation files (the "Software"), to
@@ -65,6 +65,7 @@ cmake \
6565 -DANDROID_STL=c++_static \
6666 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6767 -DCMAKE_TOOLCHAIN_FILE=" ${ANDROID_NDK_HOME} /build/cmake/android.toolchain.cmake" \
68+ -DCMAKE_WARN_DEPRECATED=OFF \
6869 ..
6970
7071make -j1
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# SPDX-License-Identifier: MIT
33# ----------------------------------------------------------------------------
4- # Copyright (c) 2024 Arm Limited
4+ # Copyright (c) 2024-2025 Arm Limited
55#
66# Permission is hereby granted, free of charge, to any person obtaining a copy
77# of this software and associated documentation files (the "Software"), to
@@ -65,6 +65,7 @@ cmake \
6565 -DANDROID_STL=c++_static \
6666 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6767 -DCMAKE_TOOLCHAIN_FILE=" ${ANDROID_NDK_HOME} /build/cmake/android.toolchain.cmake" \
68+ -DCMAKE_WARN_DEPRECATED=OFF \
6869 ..
6970
7071make -j1
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# SPDX-License-Identifier: MIT
33# ----------------------------------------------------------------------------
4- # Copyright (c) 2024 Arm Limited
4+ # Copyright (c) 2024-2025 Arm Limited
55#
66# Permission is hereby granted, free of charge, to any person obtaining a copy
77# of this software and associated documentation files (the "Software"), to
@@ -65,6 +65,7 @@ cmake \
6565 -DANDROID_STL=c++_static \
6666 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6767 -DCMAKE_TOOLCHAIN_FILE=" ${ANDROID_NDK_HOME} /build/cmake/android.toolchain.cmake" \
68+ -DCMAKE_WARN_DEPRECATED=OFF \
6869 ..
6970
7071make -j1
You can’t perform that action at this time.
0 commit comments