changeset 12894 | 8f99199b33ea |
parent 12856 | 4ffab41560c5 |
parent 12892 | 62f7d28e93e3 |
child 13308 | e3613c0d3600 |
12891:a089326f0e16 | 12894:8f99199b33ea |
---|---|
7 if(POLICY ${hwpolicy}) |
7 if(POLICY ${hwpolicy}) |
8 cmake_policy(SET ${hwpolicy} NEW) |
8 cmake_policy(SET ${hwpolicy} NEW) |
9 endif() |
9 endif() |
10 endforeach() |
10 endforeach() |
11 |
11 |
12 foreach(hwpolicy CMP0026) |
12 foreach(hwpolicy CMP0026 CMP0068) |
13 if(POLICY ${hwpolicy}) |
13 if(POLICY ${hwpolicy}) |
14 cmake_policy(SET ${hwpolicy} OLD) |
14 cmake_policy(SET ${hwpolicy} OLD) |
15 endif() |
15 endif() |
16 endforeach() |
16 endforeach() |
17 |
17 |