dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
42 stars 18 forks source link

suppress warning of unused MATH_LIB_SEARCH_ORDER #138

Closed miroi closed 8 years ago

miroi commented 8 years ago

Hi @bast ,

when blas=off+lapack=off, the empty MATH_LIB_SEARCH_ORDER variable spurs warning, which is interpreted as build interruption for CircleCI: https://circleci.com/gh/miroi/DIRAC/296

Could be variable MATH_LIB_SEARCH_ORDER be set to some initial value to suppress this warning ?

CMake Warning:
  Manually-specified variables were not used by the project:

MATH_LIB_SEARCH_ORDER
bast commented 8 years ago

The big monolithic math_libs.cmake will soon disappear and with it MATH_LIB_SEARCH_ORDER. Personally I will not do any more work on math_libs.cmake but feel free to set it to something. Closing this issue.

miroi commented 8 years ago

Fine, I am not interested in math_libs.cmake improvement either.