Skip to content

Commit 103bd85

Browse files
committed
fix dependency of cmake ; thanks to sorise ; see #111
1 parent 581c2af commit 103bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ foreach(bit IN ITEMS 256 384 384_256)
5555
target_include_directories(bls${bit} PUBLIC
5656
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
5757
$<INSTALL_INTERFACE:${CMAKE_INSTALL_DIR}/include>)
58-
target_link_libraries(bls${bit} PUBLIC mcl::mclbn${bit})
58+
target_link_libraries(bls${bit} PUBLIC mcl::mcl mcl::mcl_st mcl::mclbn${bit})
5959
set_target_properties(bls${bit} PROPERTIES
6060
POSITION_INDEPENDENT_CODE ON
6161
VERSION ${bls_VERSION}

0 commit comments

Comments
 (0)