xo-cmake: bugfix: dependency for genfacet target
This commit is contained in:
parent
11a02cc5b6
commit
469d55588f
1 changed files with 1 additions and 1 deletions
|
|
@ -1709,7 +1709,7 @@ function(xo_add_genfacet)
|
|||
)
|
||||
|
||||
# Create a target for this generation
|
||||
add_custom_target(${GF_TARGET} DEPENDS ${GF_INPUT})
|
||||
add_custom_target(${GF_TARGET} DEPENDS ${GF_INPUT}.out)
|
||||
|
||||
set_property(DIRECTORY APPEND PROPERTY XO_GENFACET_TARGETS ${GF_TARGET})
|
||||
endfunction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue