This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ install:
4141 - set PATH=C:\Python36-x64;C:\Python36-x64\Scripts;%PATH%
4242 - pip install requests gitpython
4343
44- - scripts/install_deps.bat
45- - set ETHEREUM_DEPS_PATH=%APPVEYOR_BUILD_FOLDER%\deps
4644before_build : |
4745 if not exist build mkdir build
4846 cd build
Original file line number Diff line number Diff line change @@ -8,15 +8,9 @@ target_include_directories(devcore SYSTEM PUBLIC ${Boost_INCLUDE_DIR} PRIVATE ..
88
99target_link_libraries (devcore PUBLIC aleth-buildinfo Boost::filesystem Boost::system Boost::log Boost::thread Threads::Threads PRIVATE ethash::ethash )
1010
11- if (MSVC )
12- find_package (LevelDB )
13- target_include_directories (devcore SYSTEM PUBLIC ${LEVELDB_INCLUDE_DIRS} )
14- target_link_libraries (devcore PRIVATE ${LEVELDB_LIBRARIES} )
15- else ()
16- hunter_add_package (leveldb )
17- find_package (leveldb CONFIG REQUIRED )
18- target_link_libraries (devcore PRIVATE leveldb::leveldb )
19- endif ()
11+ hunter_add_package (leveldb )
12+ find_package (leveldb CONFIG REQUIRED )
13+ target_link_libraries (devcore PRIVATE leveldb::leveldb )
2014
2115hunter_add_package (rocksdb )
2216find_package (RocksDB CONFIG REQUIRED )
You can’t perform that action at this time.
0 commit comments