Skip to content

Commit

Permalink
Unclear why make is not always linking with bls
Browse files Browse the repository at this point in the history
  • Loading branch information
remyers committed Mar 19, 2019
1 parent b1511bd commit 481bac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ link_directories(
${CMAKE_CURRENT_SOURCE_DIR}/bls-signatures
)

find_library(bls NAMES bls PATHS ${CMAKE_CURRENT_SOURCE_DIR}/bls-signatures)
find_library(bls NAMES libbls.a PATHS ${CMAKE_CURRENT_SOURCE_DIR}/bls-signatures)

add_executable(lot49 lot49.cpp MeshNode.cpp ImpliedTransaction.cpp)
target_link_libraries(lot49 bls)

0 comments on commit 481bac5

Please sign in to comment.