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:05:01 +0100
commit046de091f68309c57a1d7e468c4a72f2d41df282 (patch)
treeb29d2bedc8a81e924b9701c29b27c95e65f123d0
parent8d8e74384357f2dee9bdee05721d5e9537c3483a (diff)
downloadtdetoys-046de091f68309c57a1d7e468c4a72f2d41df282.tar.gz
tdetoys-046de091f68309c57a1d7e468c4a72f2d41df282.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> (cherry picked from commit 3a63db139994124da997697d32e32c154d75eb21)
-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}
)