Skip to content
Snippets Groups Projects
Commit d7f41933 authored by Francois Keith's avatar Francois Keith
Browse files

The boost library 'system' is also required

parent f4f51423
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ ENDIF(PACKAGE_REQUIREMENTS STREQUAL "")
#
# Boost
#
FIND_PACKAGE(Boost COMPONENTS filesystem REQUIRED)
FIND_PACKAGE(Boost COMPONENTS filesystem system REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment