Skip to content

Commit

Permalink
boost threads also depends on boost system
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrh committed Nov 8, 2012
1 parent 25d8f6a commit b585cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/CMakeLists.txt
Expand Up @@ -65,7 +65,7 @@ IF(NOT Boost_INCLUDE_DIR)
ENDIF()
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
SET(JSON_SPIRIT_BOOST_LIBRARIES
debug ${Boost_THREAD_LIBRARY_DEBUG} optimized ${Boost_THREAD_LIBRARY_RELEASE}
debug ${Boost_THREAD_LIBRARY_DEBUG} ${Boost_SYSTEM_LIBRARY_DEBUG} optimized ${Boost_THREAD_LIBRARY_RELEASE} ${Boost_SYSTEM_LIBRARY_RELEASE}
)


Expand Down

0 comments on commit b585cf7

Please sign in to comment.