diff options
author | Slávek Banko <[email protected]> | 2021-01-29 01:02:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-29 01:05:01 +0100 |
commit | 046de091f68309c57a1d7e468c4a72f2d41df282 (patch) | |
tree | b29d2bedc8a81e924b9701c29b27c95e65f123d0 | |
parent | 8d8e74384357f2dee9bdee05721d5e9537c3483a (diff) | |
download | tdetoys-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 <[email protected]>
(cherry picked from commit 3a63db139994124da997697d32e32c154d75eb21)
-rw-r--r-- | kweather/CMakeLists.txt | 2 |
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} ) |