Skip to content

Commit

Permalink
use crypto3::all
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jun 21, 2024
1 parent 760b5a1 commit 76a2404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ endif()

cm_project(assigner WORKSPACE_NAME ${CMAKE_WORKSPACE_NAME} LANGUAGES C CXX)

if(NOT Boost_FOUND AND NOT CMAKE_CROSSCOMPILING)
find_package(Boost COMPONENTS REQUIRED filesystem log log_setup program_options thread system)
endif()

cm_find_package(CM)
include(CMDeploy)
include(FindPkgConfig)
Expand Down Expand Up @@ -63,7 +59,6 @@ set_target_properties(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} PROPERTIES
target_include_directories(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTERFACE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/include>"

${Boost_INCLUDE_DIRS})

target_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTERFACE
Expand Down
14 changes: 1 addition & 13 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,9 @@

include(CMTest)

cm_find_package(Boost REQUIRED COMPONENTS log log_setup random unit_test_framework)

cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}

${CMAKE_WORKSPACE_NAME}::algebra
${CMAKE_WORKSPACE_NAME}::blueprint
${CMAKE_WORKSPACE_NAME}::hash
${CMAKE_WORKSPACE_NAME}::math
${CMAKE_WORKSPACE_NAME}::multiprecision
${CMAKE_WORKSPACE_NAME}::random
${CMAKE_WORKSPACE_NAME}::zk
marshalling::core
marshalling::crypto3_algebra
marshalling::crypto3_multiprecision
marshalling::crypto3_zk
crypto3::all
LLVMIRReader
LLVMCore
LLVMSupport
Expand Down

0 comments on commit 76a2404

Please sign in to comment.