Skip to content

Commit

Permalink
Merge pull request #187 from skalenetwork/fix-build
Browse files Browse the repository at this point in the history
add libidn2 dependency
  • Loading branch information
olehnikolaiev authored Jun 6, 2022
2 parents 669c52c + 718d5e1 commit 3407b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threshold_encryption/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if (BUILD_TESTS)
add_executable(te_sample_sgx ../test/te_sample_sgx.cpp)
target_include_directories(te_sample_sgx PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${THIRD_PARTY_DIR})
target_link_libraries(te_sample_sgx PRIVATE te bls ${CRYPTOPP_LIBRARY} ff ${GMPXX_LIBRARY} ${GMP_LIBRARY}
jsonrpccpp-client jsonrpccpp-server jsonrpccpp-common jsoncpp curl pthread ssl crypto z)
jsonrpccpp-client jsonrpccpp-server jsonrpccpp-common jsoncpp curl pthread ssl crypto z idn2)
endif()

add_test(NAME te_wrap_tests COMMAND te_unit_test)
Expand Down

0 comments on commit 3407b52

Please sign in to comment.