@@ -26,5 +26,4 @@ dbs/
*pdf
code_boost/src/cxx/CMakeLists.txt
code_boost/src/cxx/cmake-build-debug/
-code_boost/src/SQLiteCpp/
code_boost/src/cmake-build-debug/
@@ -0,0 +1,3 @@
+[submodule "code_boost/src/SQLiteCpp"]
+ path = code_boost/src/SQLiteCpp
+ url = https://github.com/SRombauts/SQLiteCpp
@@ -0,0 +1 @@
+Subproject commit eb065bf741c2422a84de0766fe7fb38cea53f195
@@ -84,6 +84,10 @@ install_pip()
fi
}
+# Make sure the SQLiteCpp submodule is there
+echo -e "Updating SQLiteCpp"
+git submodule update --init
+
KERNEL=$(uname)
if [ $KERNEL = 'Darwin' ]; then