Skip to content

Commit

Permalink
fix: remove callable traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 7, 2024
1 parent af334cc commit cf5cc84
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,8 @@ CPMAddPackage(
OPTIONS "EXPECTED_BUILD_TESTS OFF"
)

CPMAddPackage(
NAME boost_callable_traits
GIT_TAG boost-1.84.0
GIT_REPOSITORY "https://github.com/boostorg/callable_traits"
)

target_link_libraries(${PROJECT_NAME} PRIVATE Zydis)
target_link_libraries(${PROJECT_NAME} PUBLIC cr::flagpp tl::expected boost_callable_traits)
target_link_libraries(${PROJECT_NAME} PUBLIC cr::flagpp tl::expected)

# --------------------------------------------------------------------------------------------------------
# Setup backends
Expand Down

0 comments on commit cf5cc84

Please sign in to comment.