mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[EZ][BE] Bump min cmake version to 3.18 (#129906)
As this is a min CMake version supported by top level PyTorch Hides ``` CMake Deprecation Warning at aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/CMakeLists.txt:7 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/129906 Approved by: https://github.com/kit1980
This commit is contained in:
parent
9645eaaaec
commit
7e4329c258
|
|
@ -4,7 +4,7 @@
|
|||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user