Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > b0b9b013d30b9516806d70f510e263da > files > 2

alglib-3.15.0-1.mga7.src.rpm

# - Try to find alglib
# Once done this will define
#  ALGLIB_INCLUDE_DIRS - The alglib include directory
#  ALGLIB_LIB - The libraries needed to use alglib
#  ALGLIB_FOUND -  True if ALGLIB found.

set(ALGLIB_FOUND TRUE)

find_path (ALGLIB_INCLUDE_DIRS 
  ap.h
  PATHS ${CMAKE_INSTALL_PREFIX}/include
  PATH_SUFFIXES alglib)

find_library (ALGLIB_LIB NAMES alglib)
include (FindPackageHandleStandardArgs)
find_package_handle_standard_args (ALGLIB DEFAULT_MSG ALGLIB_LIB ALGLIB_INCLUDE_DIRS)