Fix incorrect dependencies for mkunity targets

This commit is contained in:
Gunnar Beutner 2018-01-18 11:32:06 +01:00
parent 5186ff7af8
commit ae2b91a308
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ if(ICINGA2_UNITY_BUILD)
COMMAND ${CMAKE_COMMAND}
ARGS -E copy ${UnityOutput}.tmp ${UnityOutput}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS mkunity ${UnityInput}
DEPENDS mkunity ${UnitySources}
)
list(APPEND RealSources ${UnityOutput})
set(${UnityInputRef} ${RealSources} PARENT_SCOPE)