Fixed reuse of float_char from parent loop.

Fixed in/it/on/otcopy names.
This commit is contained in:
Hank Anderson
2015-02-19 13:53:29 -06:00
parent f3f2b3d768
commit e27c372e53
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -165,6 +165,7 @@ function(GenerateNamedObjects sources_in)
list(REMOVE_ITEM float_list "ZCOMPLEX")
endif ()
set(float_char "")
set(OBJ_LIST_OUT "")
foreach (float_type ${float_list})
foreach (source_file ${sources_in})