diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-12-19 12:35:51 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-12-19 12:35:51 -0500 |
commit | adc3efe6a834ae04194ff3637aaadb71880b5c21 (patch) | |
tree | d3e290e3d3b6b2487206c4c35344a97620b3c14b /.gitmodules | |
parent | acba5923a5a4df59239a9b33d2b280709fafa9ae (diff) | |
download | advice-adc3efe6a834ae04194ff3637aaadb71880b5c21.tar.gz advice-adc3efe6a834ae04194ff3637aaadb71880b5c21.tar.bz2 advice-adc3efe6a834ae04194ff3637aaadb71880b5c21.zip |
Removed yaml-cpp submodule
Project now links against a local installation of yaml-cpp.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 79dde9f..6fecb3f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,6 +4,3 @@ | |||
4 | [submodule "vendor/libtwittercpp"] | 4 | [submodule "vendor/libtwittercpp"] |
5 | path = vendor/libtwittercpp | 5 | path = vendor/libtwittercpp |
6 | url = https://github.com/hatkirby/libtwittercpp | 6 | url = https://github.com/hatkirby/libtwittercpp |
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = https://github.com/jbeder/yaml-cpp | ||