huawei-noah / bolt

Bolt is a deep learning library with high performance and heterogeneous flexibility.
https://huawei-noah.github.io/bolt/
MIT License
918 stars 160 forks source link

CMake Error at CMakeLists.txt:25 (install): install TARGETS given target "test_completeUT" which does not exist. #2

Closed Cord3th closed 4 years ago

Cord3th commented 4 years ago

Following installation guide in INSTALL.md I face this problem: CMake Error at CMakeLists.txt:25 (install): install TARGETS given target "test_completeUT" which does not exist. How can I fix it?

jianfeifeng commented 4 years ago

We have updated the INSTALL.md[https://github.com/huawei-noah/bolt/blob/master/INSTALL.md], the latest CMakeLists.txt[https://github.com/huawei-noah/bolt/blob/master/CMakeLists.txt] and the bolt.cmake[https://github.com/huawei-noah/bolt/blob/master/bolt.cmake] are also provided for you. Please refer to the latest document to compile bolt project again. Thank you!

Best Regards! The Bolt Team.