Skip to content
Snippets Groups Projects
Commit 58849cc1 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: mark_as_advanced M_LIB

parent d2e1cd3a
Branches
Tags
No related merge requests found
......@@ -109,6 +109,7 @@ set ( LIBSVM_LIBRARIES ${LIBSVM_LIBRARY} )
# link with math library on unix
if ( UNIX )
find_library(M_LIB m)
mark_as_advanced(M_LIB)
list (APPEND LIBSVM_LIBRARIES ${M_LIB} )
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment