Commit e2771fdd5242e6e10fbffcc998432351212f6674
1 parent
e7ec3673
Fixed bad paths
Showing
3 changed files
with
6 additions
and
6 deletions
openbr/plugins/classification/nt4.cpp
openbr/plugins/cmake/network.cmake
| ... | ... | @@ -6,7 +6,7 @@ if(${BR_WITH_QTNETWORK}) |
| 6 | 6 | set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${HTTPPARSER_SRC}) |
| 7 | 7 | install(FILES ${HTTPPARSER_LICENSE} RENAME http-parser DESTINATION share/openbr/licenses) |
| 8 | 8 | else() |
| 9 | - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/urlformat.cpp) | |
| 10 | - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/postformat.cpp) | |
| 11 | - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/postgallery.cpp) | |
| 9 | + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/url.cpp) | |
| 10 | + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/post.cpp) | |
| 11 | + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/post.cpp) | |
| 12 | 12 | endif() | ... | ... |