Skip to content

Commit

Permalink
fix dependency of cmake ; thanks to sorise ; see #111
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jun 9, 2024
1 parent 581c2af commit 103bd85
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 @@ -55,7 +55,7 @@ foreach(bit IN ITEMS 256 384 384_256)
target_include_directories(bls${bit} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_DIR}/include>)
target_link_libraries(bls${bit} PUBLIC mcl::mclbn${bit})
target_link_libraries(bls${bit} PUBLIC mcl::mcl mcl::mcl_st mcl::mclbn${bit})
set_target_properties(bls${bit} PROPERTIES
POSITION_INDEPENDENT_CODE ON
VERSION ${bls_VERSION}
Expand Down

0 comments on commit 103bd85

Please sign in to comment.