Skip to content
Snippets Groups Projects
Commit f71d8757 authored by Radosław Warzocha's avatar Radosław Warzocha
Browse files

Added thread to required boost libs

parent d8f76870
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ FIND_PATH(LIBMACA_SRC_DATA_DIR
)
MARK_AS_ADVANCED(LIBMACA_SRC_DATA_DIR)
find_package(Boost 1.41 REQUIRED COMPONENTS program_options filesystem system regex)
find_package(Boost 1.41 REQUIRED COMPONENTS program_options filesystem system regex thread)
add_subdirectory(libmaca)
add_subdirectory(maca-analyse)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment