codezonediitj / adaboost

Implementation of AdaBoost Algorithm
Other
9 stars 16 forks source link

Fix CMake install files from including cuda file when cuda is not built. #26

Closed Vi1i closed 4 years ago

Vi1i commented 4 years ago

Fixes #25

Brief description of what is fixed or changed

CMakeLists.txt now requires BUILD_CUDA=ON to install libadaboost_cuda_core.so and libadaboost_cuda_utils.so.

czgdp1807 commented 4 years ago

Thanks.