Skip to content

Commit ae08fb7

Browse files
author
Miroslav Bendík
committed
Added boost system library.
1 parent 8396275 commit ae08fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ find_package_handle_standard_args(LibSqlite3 DEFAULT_MSG LIBSQLITE3_LIBRARY LIB
2525

2626
mark_as_advanced(LIBSQLITE3_INCLUDE_DIR LIBSQLITE3_LIBRARY )
2727

28-
find_package(Boost COMPONENTS filesystem)
28+
find_package(Boost COMPONENTS system filesystem)
2929

3030
include_directories(
3131
"${PROJECT_BINARY_DIR}"

0 commit comments

Comments
 (0)