File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,6 @@ if(POLICY CMP0022)
17
17
cmake_policy (SET CMP0022 NEW ) # automatic when 2.8.12 is required
18
18
endif ()
19
19
20
- if (POLICY CMP0051 )
21
- # CMake 3.1 and higher include generator expressions of the form
22
- # $<TARGETLIB:obj> in the SOURCES property. These need to be
23
- # stripped everywhere that access the SOURCES property, so we just
24
- # defer to the OLD behavior of not including generator expressions
25
- # in the output for now.
26
- cmake_policy (SET CMP0051 OLD )
27
- endif ()
28
-
29
20
if (CMAKE_VERSION VERSION_LESS 3.1.20141117 )
30
21
set (cmake_3_2_USES_TERMINAL )
31
22
else ()
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.8 )
1
+ cmake_minimum_required (VERSION 3.17.2 ) # HLSL Change - Require CMake 3.17.2.
2
2
3
3
# FIXME: It may be removed when we use 2.8.12.
4
4
if (CMAKE_VERSION VERSION_LESS 2.8.12 )
You can’t perform that action at this time.
0 commit comments