summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-29 01:02:09 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-29 01:02:09 +0100
commit3a63db139994124da997697d32e32c154d75eb21 (patch)
treed572ffe287df2f9c27364540a66c9c7ac7d2535a
parente7d9d1ae6a5b07189aaf60973dc2ae1c82c822f1 (diff)
downloadtdetoys-3a63db13.tar.gz
tdetoys-3a63db13.zip
Do not list files that are part of the source code as DEPENDS.
This resolves FTBS, which may occur due to commit 07d616b7e2. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kweather/CMakeLists.txt2
1 files changed, 0 insertions, 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}
)