From 11f9acb830dc6f9d39188e544ce715f2ff34d436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Wed, 28 Aug 2019 12:29:25 +0200 Subject: [PATCH] cmake: Drop old deprecation warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the old deprecation warning about ZEPHYR_TOOLCHAIN_CAPABILITY_CACHE. Sufficient time has passed to allow users to migrate. Signed-off-by: Sebastian Bøe --- cmake/extensions.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmake/extensions.cmake b/cmake/extensions.cmake index 01f89899bee..e28f416b9dd 100644 --- a/cmake/extensions.cmake +++ b/cmake/extensions.cmake @@ -709,13 +709,6 @@ function(zephyr_check_compiler_flag lang option check) ZEPHYR_TOOLCHAIN_CAPABILITY_CACHE_DIR ${USER_CACHE_DIR}/ToolchainCapabilityDatabase ) - if(DEFINED ZEPHYR_TOOLCHAIN_CAPABILITY_CACHE) - assert(0 - "The deprecated ZEPHYR_TOOLCHAIN_CAPABILITY_CACHE is now a directory" - "and is named ZEPHYR_TOOLCHAIN_CAPABILITY_CACHE_DIR" - ) - # Remove this deprecation warning in version 1.14. - endif() # The toolchain capability database/cache is maintained as a # directory of files. The filenames in the directory are keys, and