Skip to content

Commit

Permalink
Remove boost system dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Aug 28, 2019
1 parent ff6db68 commit aa87d62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/arb-avm-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(AVM_VERSION_STRING ${AVM_VERSION_MAJOR}.${AVM_VERSION_MINOR}.${AVM_VERSION_P
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup(TARGETS)

find_package(Boost 1.65 COMPONENTS system REQUIRED)
find_package(Boost 1.65 REQUIRED)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)

Expand Down
2 changes: 0 additions & 2 deletions packages/arb-avm-cpp/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ set (CMAKE_CXX_STANDARD 14)

project (avm_utils LANGUAGES CXX)

find_package(Boost 1.65 COMPONENTS system REQUIRED)

add_library(avm_utils STATIC bigint_utils.hpp bigint_utils.cpp )

set_target_properties(
Expand Down

0 comments on commit aa87d62

Please sign in to comment.