Commit d0f18597458a3775209ce256aeede66cc0d327c0
1 parent
f854238f
RevertAffine doesn't depend on STASM
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/cmake/stasm4.cmake
| ... | ... | @@ -6,5 +6,4 @@ if(${BR_WITH_STASM4}) |
| 6 | 6 | install(DIRECTORY ${Stasm_DIR}/data/ DESTINATION share/openbr/models/stasm) |
| 7 | 7 | else() |
| 8 | 8 | set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/metadata/stasm4.cpp) |
| 9 | - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/imgproc/revertaffine.cpp) | |
| 10 | 9 | endif() | ... | ... |