aboutsummaryrefslogtreecommitdiff
path: root/reference_model/custom_op_example
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-01-10 00:23:43 +0000
committerEric Kunze <eric.kunze@arm.com>2024-01-10 00:23:43 +0000
commit89ff71dbab705cd64a7c84892ad5569ab1e18a9a (patch)
tree4359031df6fa86bf70c3a1da956623128476a19d /reference_model/custom_op_example
parenta3961d01940120c15dceb7d7375677138ebd26bc (diff)
downloadreference_model-89ff71dbab705cd64a7c84892ad5569ab1e18a9a.tar.gz
CMake update to quiet warnings
Update the minimum cmake version to 3.16 and set policy CMP0135 Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Idd96c7a318f9458e39d38cd07cf29b9ac6ee63ad
Diffstat (limited to 'reference_model/custom_op_example')
-rw-r--r--reference_model/custom_op_example/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference_model/custom_op_example/CMakeLists.txt b/reference_model/custom_op_example/CMakeLists.txt
index aea8071..b16ffec 100644
--- a/reference_model/custom_op_example/CMakeLists.txt
+++ b/reference_model/custom_op_example/CMakeLists.txt
@@ -1,6 +1,6 @@
-cmake_minimum_required (VERSION 3.4)
+cmake_minimum_required (VERSION 3.16)
-# Copyright (c) 2023, ARM Limited.
+# Copyright (c) 2023-2024, ARM Limited.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.