Removed findnegatves build rule from misc_utilities as source file is not found in repository

This commit is contained in:
Kristians Vebers
2014-02-25 23:24:14 +02:00
parent 9a9866e180
commit 749366741e

View File

@@ -35,12 +35,3 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
${OpenCV_LIBS} ${OpenCV_LIBS}
) )
ADD_EXECUTABLE( findnegatives findnegatives.cpp )
TARGET_LINK_LIBRARIES(findnegatives
openalpr
support
${OpenCV_LIBS}
tesseract
)