bugfix: macro variables in xo_internal_dependency!
This commit is contained in:
parent
8c1bbb0935
commit
ad7ea74f48
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ macro(xo_dependency target dep)
|
|||
endmacro()
|
||||
|
||||
macro(xo_internal_dependency target dep)
|
||||
xo_dependency(target dep)
|
||||
xo_dependency(${target} ${dep})
|
||||
endmacro()
|
||||
|
||||
# dependency on a header-only library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue