File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
# For conditions of distribution and use, see copyright notice in nabla.h.in or nabla.h
4
4
5
5
cmake_minimum_required (VERSION 3.31 )
6
- cmake_policy (SET CMP0112 NEW )
6
+ # TODO: Yas - once we deploy 4.x we will fire `cmake_policy` instead of manually picking policies
7
+ # https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#policy-version
8
+ # also we should update deps which throw warnings about < 3.10 compatibility
9
+ cmake_policy (SET CMP0003 NEW ) # https://cmake.org/cmake/help/latest/policy/CMP0077.html#cmp0077
10
+ cmake_policy (SET CMP0077 NEW ) # https://cmake.org/cmake/help/latest/policy/CMP0077.html#cmp0077
11
+ cmake_policy (SET CMP0112 NEW ) # https://cmake.org/cmake/help/latest/policy/CMP0112.html#cmp0112
7
12
cmake_policy (SET CMP0141 NEW ) # https://cmake.org/cmake/help/latest/policy/CMP0141.html#policy:CMP0141
8
13
cmake_policy (SET CMP0118 NEW ) # https://cmake.org/cmake/help/latest/policy/CMP0118.html#policy:CMP0118
9
14
You can’t perform that action at this time.
0 commit comments