bugfix: macro variables in xo_internal_dependency!

This commit is contained in:
Roland Conybeare 2023-10-04 13:35:15 -04:00
commit ad7ea74f48

View file

@ -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