mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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})
|
||||
add_dependencies(${CURRENT_MODULE_GROUP} ${__module})
|
||||
endforeach()
|
||||
unset(CURRENT_MODULE_GROUP PARENT_SCOPE)
|
||||
set(CURRENT_MODULE_GROUP PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
function(preprocess_file __in __out)
|
||||
|
|
Loading…
Reference in a new issue