codezonediitj / adaboost

Implementation of AdaBoost Algorithm
Other
9 stars 16 forks source link

Removing unnecessary lines from .travis.yml and fixing CMakeLists.txt #29

Closed czgdp1807 closed 3 years ago

czgdp1807 commented 4 years ago

Description of the problem

  1. The following line is not needed, https://github.com/codezonediitj/adaboost/blob/5df11ee55c7f26642f6dff30c063819194e667ff/.travis.yml#L13

  2. The following should be changed to use 1.10.0 release https://github.com/codezonediitj/adaboost/blob/5df11ee55c7f26642f6dff30c063819194e667ff/CMakeLists.txt#L23-L31

Example of the problem

References/Other comments