fix not finding boost system lib, update json lib
This commit is contained in:
parent
844e08afb0
commit
89998bada1
@ -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")
|
||||
|
13003
include/json.hpp
13003
include/json.hpp
File diff suppressed because it is too large
Load Diff
17300
include/nlohmann/json.hpp
Normal file
17300
include/nlohmann/json.hpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user