cmake: remove CMake policy CMP0000 and CMP0002 in unittest.cmake
Two CMake policies has been removed: CMP0000 was introduced in CMake 2.6 and set to OLD, but with all Zephyr CMake files using cmake_minimum_required() then there is no reason for having this policy to OLD. CMP0002 was introduced in CMake 2.6 and was set to NEW. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
52ff0cf208
commit
cbf815e745
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
cmake_policy(SET CMP0000 OLD)
|
||||
cmake_policy(SET CMP0002 NEW)
|
||||
|
||||
enable_language(C CXX ASM)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue