cmake: Drop old deprecation warning

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 <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2019-08-28 12:29:25 +02:00 committed by Anas Nashif
parent 863548cf19
commit 11f9acb830
1 changed files with 0 additions and 7 deletions

View File

@ -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