jeromerobert / hmat-oss

A hierarchical matrix C/C++ library
GNU General Public License v2.0
22 stars 11 forks source link

Move HMAT_CBLAS_XXX to hmatconfig.cmake #55

Closed jschueller closed 6 years ago

jschueller commented 6 years ago

Avoids this warning when not used as a subdir project:

CMake Warning (dev) at CMakeLists.txt:227 (set):
  Cannot set "HMAT_CBLAS_INCLUDE_DIR": current scope has no parent.
This warning is for project developers.  Use -Wno-dev to suppress it.
jeromerobert commented 6 years ago