Skip to content

Commit

Permalink
cmake: Link boost system library as a dependency of others
Browse files Browse the repository at this point in the history
Signed-off-by: David Shah <dave@ds0.me>
  • Loading branch information
gatecat committed Nov 6, 2019
1 parent 8239026 commit 9129ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtrellis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else()
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
endif()
endif()
set(boost_libs filesystem thread program_options)
set(boost_libs filesystem thread program_options system)
set(Boost_NO_BOOST_CMAKE ON)
find_package(PythonInterp 3.5 REQUIRED)

Expand Down

0 comments on commit 9129ca0

Please sign in to comment.