charlesangus/DeepC

Misspelled plugin names in CMakeLists

Closed this issue · 1 comments

The following plugins are misspelled in src/CMakeLists.txt, causing the build to fail.

  • DeepCMultiply --> (DeepCPMultiply in CMakeLists)
  • DeepCCopyBBox --> (DeepCCopyBbox in CMakeLists)

Thanks for pointing that out, I've committed but not tested a change, but this should be fixed now.