From 3a63db139994124da997697d32e32c154d75eb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 29 Jan 2021 01:02:09 +0100 Subject: [PATCH] Do not list files that are part of the source code as DEPENDS. This resolves FTBS, which may occur due to commit 07d616b7e2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kweather/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/kweather/CMakeLists.txt b/kweather/CMakeLists.txt index 6b28670..283dd47 100644 --- a/kweather/CMakeLists.txt +++ b/kweather/CMakeLists.txt @@ -57,8 +57,6 @@ add_custom_command( ${CMAKE_CURRENT_SOURCE_DIR}/data/nsd_cccc.txt ${CMAKE_CURRENT_SOURCE_DIR}/data/station_names.txt ${CMAKE_CURRENT_SOURCE_DIR}/weather_stations.desktop.in - DEPENDS - data/nsd_cccc.txt data/station_names.txt weather_stations.desktop.in WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )