diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-11-27 13:04:05 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-11-27 13:04:05 -0500 |
commit | d90a1e74c77ba67f25a812609fd49d479bc464dd (patch) | |
tree | b6825b15157996e1a2df25b498b1dd85b888ad71 /CMakeLists.txt | |
parent | febadca7d4e0460aa78f95b53b5e36e51fd2f97d (diff) | |
download | libtwittercpp-d90a1e74c77ba67f25a812609fd49d479bc464dd.tar.gz libtwittercpp-d90a1e74c77ba67f25a812609fd49d479bc464dd.tar.bz2 libtwittercpp-d90a1e74c77ba67f25a812609fd49d479bc464dd.zip |
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f1f64..6c38613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | cmake_minimum_required (VERSION 3.1) | 1 | cmake_minimum_required (VERSION 3.1) |
2 | project (twitter++) | 2 | project (twitter++) |
3 | 3 | ||
4 | include_directories(vendor/json/src) | 4 | include_directories(vendor/json) |
5 | 5 | ||
6 | set(LIBOAUTHCPP_BUILD_DEMOS FALSE) | 6 | set(LIBOAUTHCPP_BUILD_DEMOS FALSE) |
7 | add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL) | 7 | add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL) |