print MATH_LIB_SEARCH_ORDER; fixes #195

This commit is contained in:
Radovan Bast 2017-05-15 17:01:20 +02:00
parent e607ebe284
commit 3349ddbe1d

View File

@ -516,3 +516,9 @@ if (ENABLE_STATIC_LINKING)
set(MATH_LIBS ${MATH_LIBS} -ldl)
endif()
endif()
if(MATH_LIB_SEARCH_ORDER)
# this print is here to avoid warning about MATH_LIB_SEARCH_ORDER which
# might be set but never used
message(STATUS "MATH_LIB_SEARCH_ORDER set to ${MATH_LIB_SEARCH_ORDER}")
endif()