We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3d4aa commit adcc2c1Copy full SHA for adcc2c1
cmake/CompileOptions.cmake
@@ -27,7 +27,7 @@ set(DEFAULT_PROJECT_OPTIONS
27
28
find_package(Boost COMPONENTS system filesystem REQUIRED)
29
find_package(OpenCV REQUIRED)
30
-find_package(Poco COMPONENTS Foundation Util Data Net DataSQLite DataMySQL REQUIRED)
+find_package(Poco COMPONENTS Foundation Util Data Net DataSQLite DataMySQL MongoDB REQUIRED)
31
32
#
33
# Include directories
0 commit comments