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>
pull/13/head
Slávek Banko 3 years ago
parent e7d9d1ae6a
commit 3a63db1399
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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}
)

Loading…
Cancel
Save