diff --git a/subsys/testsuite/unittest.cmake b/subsys/testsuite/unittest.cmake index c5427f56279..b93565e9225 100644 --- a/subsys/testsuite/unittest.cmake +++ b/subsys/testsuite/unittest.cmake @@ -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)