Made read_json thread-safe.
This commit is contained in:
parent
37e12d0a63
commit
07d43c7311
3 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ else()
|
|||
endif()
|
||||
|
||||
#Only tested with versions 1.55 and 1.56
|
||||
find_package(Boost 1.41.0 COMPONENTS system REQUIRED)
|
||||
find_package(Boost 1.41.0 COMPONENTS system thread REQUIRED)
|
||||
message("Boost include dir: ${Boost_INCLUDE_DIR}")
|
||||
message("Boost libraries: ${Boost_LIBRARIES}")
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue