mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
[CMAKE]
Fix the fix. (tm) svn path=/trunk/; revision=66255
This commit is contained in:
parent
ec1c6cbde1
commit
151e583938
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ function(end_module_group)
|
||||||
foreach(__module ${__modulelist})
|
foreach(__module ${__modulelist})
|
||||||
add_dependencies(${CURRENT_MODULE_GROUP} ${__module})
|
add_dependencies(${CURRENT_MODULE_GROUP} ${__module})
|
||||||
endforeach()
|
endforeach()
|
||||||
unset(CURRENT_MODULE_GROUP PARENT_SCOPE)
|
set(CURRENT_MODULE_GROUP PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
function(preprocess_file __in __out)
|
function(preprocess_file __in __out)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue