Skip to content

Commit

Permalink
Update cmake to 3.27.0 (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous authored Jun 20, 2024
1 parent 2366ec0 commit d037af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN pip3 install -r /doc-requirements.txt
# Install latest ccache version
RUN cget -p $PREFIX install facebook/[email protected] -X subdir -DCMAKE_DIR=build/cmake
RUN cget -p $PREFIX install [email protected] -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

Expand Down
2 changes: 1 addition & 1 deletion src/onnx/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d037af2

Please sign in to comment.