Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 8454fbe48f58e173aeb8796b32863fa8 > files > 2

alglib-3.20.0-1.mga9.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)