File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
key : cpm
13
13
- uses : ilammy/msvc-dev-cmd@v1
14
14
- name : Configure
15
- run : cmake -Bbuild -G"Ninja Multi-Config" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
15
+ run : cmake -Bbuild -G"Ninja Multi-Config" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_POLICY_VERSION_MINIMUM=3.5
16
16
- name : Build (Debug)
17
17
run : cmake --build build --config Debug
18
18
- name : Unittest (Debug)
56
56
path : .cache/cpm
57
57
key : cpm
58
58
- name : Configure
59
- run : cmake -Bbuild
59
+ run : cmake -Bbuild -DCMAKE_POLICY_VERSION_MINIMUM=3.5
60
60
- name : Build (Debug)
61
61
run : cmake --build build --config Debug
62
62
- name : Unittest (Debug)
90
90
Release/jngl-unittest readAsset
91
91
Release/jngl-unittest Vec2
92
92
- name : Configure (UWP)
93
- run : cmake -Bbuild-uwp -DCMAKE_SYSTEM_NAME=WindowsStore '-DCMAKE_SYSTEM_VERSION=10.0'
93
+ run : cmake -Bbuild-uwp -DCMAKE_SYSTEM_NAME=WindowsStore '-DCMAKE_SYSTEM_VERSION=10.0' -DCMAKE_POLICY_VERSION_MINIMUM=3.5
94
94
- name : Build (UWP, Debug)
95
95
run : cmake --build build-uwp --config Debug
96
96
- name : Build (UWP, Release)
You can’t perform that action at this time.
0 commit comments