diff --git a/Dockerfile b/Dockerfile index cc5f14a7ca0..c571acf737d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ RUN pip3 install -r /doc-requirements.txt # Install latest ccache version RUN cget -p $PREFIX install facebook/zstd@v1.4.5 -X subdir -DCMAKE_DIR=build/cmake RUN cget -p $PREFIX install ccache@v4.1 -DENABLE_TESTING=OFF -RUN cget -p /opt/cmake install kitware/cmake@v3.26.4 +RUN cget -p /opt/cmake install kitware/cmake@v3.27.0 # Install a newer version of doxygen because the one that comes with ubuntu is broken RUN cget -p $PREFIX install doxygen@Release_1_9_8 diff --git a/src/onnx/CMakeLists.txt b/src/onnx/CMakeLists.txt index 352a5e223ae..677abe4ef8a 100755 --- a/src/onnx/CMakeLists.txt +++ b/src/onnx/CMakeLists.txt @@ -1,7 +1,7 @@ ##################################################################################### # The MIT License (MIT) # -# Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal