fix not finding boost system lib, update json lib

This commit is contained in:
Nicholas O'Connor 2018-03-13 19:19:52 -07:00
parent 844e08afb0
commit 89998bada1
3 changed files with 17301 additions and 13004 deletions

View File

@ -32,7 +32,7 @@ find_package(PythonInterp)
find_package(PythonModule)
find_python_module(cogapp REQUIRED)
find_package(Boost 1.63 REQUIRED COMPONENTS filesystem)
find_package(Boost 1.63 REQUIRED COMPONENTS filesystem system)
find_package(PkgConfig)
pkg_check_modules(TCLAP "tclap >= 1.2.1")

File diff suppressed because it is too large Load Diff

17300
include/nlohmann/json.hpp Normal file

File diff suppressed because it is too large Load Diff