Removed openalpr-utils-sortstate from install targets

This commit is contained in:
Matt Hill
2015-12-16 18:21:58 -05:00
parent f1d135e3e7
commit 951afc1ada
3 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ before_script:
- cmake .. - cmake ..
script: script:
- make - 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 - sudo make install
- ./tests/unittests - ./tests/unittests

View File

@@ -1,4 +1,3 @@
usr/bin/openalpr-utils-sortstate
usr/bin/openalpr-utils-classifychars usr/bin/openalpr-utils-classifychars
usr/bin/openalpr-utils-benchmark usr/bin/openalpr-utils-benchmark
usr/bin/openalpr-utils-prepcharsfortraining usr/bin/openalpr-utils-prepcharsfortraining

View File

@@ -64,7 +64,6 @@ TARGET_LINK_LIBRARIES(openalpr-utils-calibrate
install (TARGETS openalpr-utils-calibrate DESTINATION bin) install (TARGETS openalpr-utils-calibrate DESTINATION bin)
install (TARGETS openalpr-utils-sortstate DESTINATION bin)
install (TARGETS openalpr-utils-classifychars DESTINATION bin) install (TARGETS openalpr-utils-classifychars DESTINATION bin)
if (NOT DEFINED WIN32) if (NOT DEFINED WIN32)