Skip to content

Commit

Permalink
GH-602: Fix libff/gmp linking in EosioTester
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato authored and arhag committed Jul 6, 2022
1 parent 8c78dc1 commit 69d08e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeModules/EosioTester.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ macro(add_eosio_test_executable test_name)
${libbuiltins}
${libsecp256k1}
${libff}
@GMP_LIBRARIES@
@GMP_LIBRARY@

${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
Expand Down
2 changes: 1 addition & 1 deletion CMakeModules/EosioTesterBuild.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ macro(add_eosio_test_executable test_name)
${libbuiltins}
${libsecp256k1}
${libff}
@GMP_LIBRARIES@
@GMP_LIBRARY@

${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
Expand Down

0 comments on commit 69d08e1

Please sign in to comment.