mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00:00
[CMAKE] Remove some anachronisms.
This commit is contained in:
parent
9703ae9a08
commit
d96609a439
2 changed files with 1 additions and 11 deletions
|
@ -99,7 +99,7 @@ function(add_dependency_edge _source _target)
|
|||
endfunction()
|
||||
|
||||
function(add_dependency_header)
|
||||
file(APPEND ${REACTOS_BINARY_DIR}/dependencies.graphml "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<graphml>\n <graph id=\"ReactOS dependencies\" edgedefault=\"directed\">\n")
|
||||
file(WRITE ${REACTOS_BINARY_DIR}/dependencies.graphml "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<graphml>\n <graph id=\"ReactOS dependencies\" edgedefault=\"directed\">\n")
|
||||
endfunction()
|
||||
|
||||
function(add_dependency_footer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue