mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 10:06:58 +08:00
Removed openalpr-utils-sortstate from install targets
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
usr/bin/openalpr-utils-sortstate
|
||||
usr/bin/openalpr-utils-classifychars
|
||||
usr/bin/openalpr-utils-benchmark
|
||||
usr/bin/openalpr-utils-prepcharsfortraining
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user