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 3a63db1399)
r14.0.x
Slávek Banko 3 years ago
parent 8d8e743843
commit 046de091f6
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