arrayfire / arrayfire-ml

ArrayFire's Machine Learning Library.
BSD 3-Clause "New" or "Revised" License
102 stars 23 forks source link

Possible anachronism in CMake `target_include_directories` #46

Open InonS opened 6 years ago

InonS commented 6 years ago

When trying to compile, line 29 of the CMake file was giving me trouble. Changing the included item from ArrayFire::af to af solved the issue. I'm using CMake 3.10.2

See also:

  1. https://cmake.org/cmake/help/latest/command/target_include_directories.html
  2. https://gitlab.kitware.com/cmake/cmake/issues/15689