hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
867 stars 199 forks source link

Installing DeepCLTargets.cmake with DeepCLConfig.cmake. #51

Closed Ignotus closed 8 years ago

Ignotus commented 8 years ago

DeepCLTargets.cmake seems to be generated but not installed with DeepCLConfig.cmake. That leads to FIND_PACKAGE(DeepCL) not working because of the dependency between these files.

hughperkins commented 8 years ago

Great! Thanks! :-)