Remove duplicate translation unit names

This commit is contained in:
Brad Chase
2016-11-21 11:34:46 -05:00
committed by Nik Bougalis
parent cf60d4c30e
commit 0a8e690917
5 changed files with 4 additions and 4 deletions

View File

@@ -382,7 +382,7 @@ endif()
add_with_props(rippled_src_all src/sqlite/sqlite_unity.c
${extra_props})
add_with_props(rippled_src_all src/ripple/unity/ed25519.c
add_with_props(rippled_src_all src/ripple/unity/ed25519_donna.c
-I"${CMAKE_SOURCE_DIR}/"src/ed25519-donna)
if (is_gcc)