mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6005 from Icinga/fix/mkunity-depends
Fix incorrect dependencies for mkunity targets
This commit is contained in:
commit
4b0628c59d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue