From 8592f0fcad8b6a5e10431dc87cbe24d5f4df1437 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 1 Jun 2017 11:19:09 +0800 Subject: [PATCH] easylogging removed as dependency --- CMakeLists.txt | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de22f5c..c693c9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,6 @@ set(LIBRARIES common mnemonics epee - easylogging ${Boost_LIBRARIES} pthread unbound diff --git a/README.md b/README.md index c73f71d..bdf9f29 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ git clone https://github.com/monero-project/monero cd monero/ # checkout last monero version -git checkout -b v0.10.3.1 +git checkout -b last_release v0.10.3.1 make ```