Merge pull request #6005 from Icinga/fix/mkunity-depends

Fix incorrect dependencies for mkunity targets
This commit is contained in:
Noah Hilverling 2018-01-18 11:46:56 +01:00 committed by GitHub
commit 4b0628c59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)