diff --git a/.travis.yml b/.travis.yml index c62b78f..3390322 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_script: - cmake .. script: - make - - make openalpr-utils-classifychars openalpr-utils-tagplates openalpr-utils-sortstate openalpr-utils-benchmark openalpr-utils-prepcharsfortraining + - make openalpr-utils-classifychars openalpr-utils-tagplates openalpr-utils-benchmark openalpr-utils-prepcharsfortraining - sudo make install - ./tests/unittests diff --git a/distros/debian/openalpr-utils.install b/distros/debian/openalpr-utils.install index dbc7346..548209d 100644 --- a/distros/debian/openalpr-utils.install +++ b/distros/debian/openalpr-utils.install @@ -1,4 +1,3 @@ -usr/bin/openalpr-utils-sortstate usr/bin/openalpr-utils-classifychars usr/bin/openalpr-utils-benchmark usr/bin/openalpr-utils-prepcharsfortraining diff --git a/src/misc_utilities/CMakeLists.txt b/src/misc_utilities/CMakeLists.txt index 7232c4d..71af6f2 100644 --- a/src/misc_utilities/CMakeLists.txt +++ b/src/misc_utilities/CMakeLists.txt @@ -64,7 +64,6 @@ TARGET_LINK_LIBRARIES(openalpr-utils-calibrate install (TARGETS openalpr-utils-calibrate DESTINATION bin) -install (TARGETS openalpr-utils-sortstate DESTINATION bin) install (TARGETS openalpr-utils-classifychars DESTINATION bin) if (NOT DEFINED WIN32)