Skip to content

Commit adcc2c1

Browse files
committed
added poco mongodb to cmake, fixes #3
1 parent bc3d4aa commit adcc2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CompileOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(DEFAULT_PROJECT_OPTIONS
2727

2828
find_package(Boost COMPONENTS system filesystem REQUIRED)
2929
find_package(OpenCV REQUIRED)
30-
find_package(Poco COMPONENTS Foundation Util Data Net DataSQLite DataMySQL REQUIRED)
30+
find_package(Poco COMPONENTS Foundation Util Data Net DataSQLite DataMySQL MongoDB REQUIRED)
3131

3232
#
3333
# Include directories

0 commit comments

Comments
 (0)