Skip to content

Commit

Permalink
[tflite2circle-conversion-test] fix warning in Cmake (Samsung#790)
Browse files Browse the repository at this point in the history
This commit fixes warning in Cmake

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored May 13, 2020
1 parent a0a703f commit f186cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/tflite2circle-conversion-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ foreach(RECIPE IN ITEMS ${RECIPES})

list(APPEND TEST_DEPS ${RECIPE_BINARY_PATH} ${TFLITE_OUTPUT_PATH})
list(APPEND TEST_NAMES ${PREFIX})
endforeach(PREFIX IN ITEMS ${TESTCASES})
endforeach(RECIPE IN ITEMS ${RECIPES})

##
## Copy testall
Expand Down

0 comments on commit f186cfd

Please sign in to comment.