Skip to content

Commit

Permalink
Spdlog dependency removed from CMakeLists. #111
Browse files Browse the repository at this point in the history
Co-authored-by: nemothenoone <[email protected]>
  • Loading branch information
nkaskov and nemothenoone committed Nov 24, 2023
1 parent 82299b0 commit c340bfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ if(NOT Boost_FOUND AND NOT CMAKE_CROSSCOMPILING)
endif()

cm_find_package(CM)
find_package(spdlog REQUIRED)
include(CMDeploy)
include(FindPkgConfig)

Expand Down Expand Up @@ -98,8 +97,7 @@ target_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTERFACE
marshalling::core
marshalling::crypto3_algebra
marshalling::crypto3_multiprecision
marshalling::crypto3_zk
spdlog::spdlog_header_only)
marshalling::crypto3_zk)

cm_deploy(TARGETS ${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}
INCLUDE include
Expand Down

0 comments on commit c340bfd

Please sign in to comment.