From 410e241bdd3ada00f132e6f0d2c0745370257a74 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 18 Feb 2020 08:43:27 +0100 Subject: [PATCH] uncommented forgoten endif --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f914733..757a50e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ elseif(MAKE_SYSTEM_NAME STREQUAL "Android") set(Boost_VERSION "PurpleI2PBoost 1.68.0") else() find_package(Boost 1.55 REQUIRED COMPONENTS system filesystem thread timer date_time chrono regex serialization atomic program_options locale) -#endif() +endif()