From 120aaae2689625716e957a674f3f85cb46929d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20=C3=98ye=20Amundsen?= Date: Fri, 4 Jan 2019 08:21:10 +0000 Subject: [PATCH] cmake: Remove kconfig-usage target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This target uses a file which no longer exists. Invoking it results in an error. Signed-off-by: Håkon Øye Amundsen --- cmake/usage/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/usage/CMakeLists.txt b/cmake/usage/CMakeLists.txt index 56ad5c2e41c..85ad5d1cc60 100644 --- a/cmake/usage/CMakeLists.txt +++ b/cmake/usage/CMakeLists.txt @@ -7,10 +7,5 @@ add_custom_target( -P ${CMAKE_CURRENT_SOURCE_DIR}/usage.cmake ) -add_custom_target( - kconfig-usage - ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/kconfig-usage.cmake - ) - # NB: The reason it is 'usage' and not help is that CMake already # defines a target 'help'