From d90a1e74c77ba67f25a812609fd49d479bc464dd Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 27 Nov 2016 13:04:05 -0500 Subject: Removed nlohmann/json submodule The submodule contained around 73MB of benchmarks and tests that are not necessary for inclusion in this project. Thus, the submodule has been removed, and the 2.0.7 release of nlohmann/json has been added to the repository. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f1f64..6c38613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.1) project (twitter++) -include_directories(vendor/json/src) +include_directories(vendor/json) set(LIBOAUTHCPP_BUILD_DEMOS FALSE) add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL) -- cgit 1.4.1