Fix the fix. (tm)

svn path=/trunk/; revision=66255
This commit is contained in:
Timo Kreuzer 2015-02-14 11:09:31 +00:00
parent ec1c6cbde1
commit 151e583938

View file

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