Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 9f39cf25aae04b97580c55ceeae04c6b > files > 1

zeromq-4.3.2-1.mga7.src.rpm

################################################################################
#  THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY  #
#  Please refer to the README for information about making permanent changes.  #
################################################################################

if (NOT MSVC)
include(FindPkgConfig)
pkg_check_modules(PC_UNWIND "libunwind")
if (NOT PC_UNWIND_FOUND)
    pkg_check_modules(PC_UNWIND "unwind")
endif (NOT PC_UNWIND_FOUND)
if (PC_UNWIND_FOUND)
  set(UNWIND_INCLUDE_HINTS ${PC_UNWIND_INCLUDE_DIRS} ${PC_UNWIND_INCLUDE_DIRS}/*)
  set(UNWIND_LIBRARY_HINTS ${PC_UNWIND_LIBRARY_DIRS} ${PC_UNWIND_LIBRARY_DIRS}/*)
endif()
endif (NOT MSVC)

# some libraries install the headers is a subdirectory of the include dir
# returned by pkg-config, so use a wildcard match to improve chances of finding
# headers and libraries.
find_path(
    UNWIND_INCLUDE_DIRS
    NAMES unwind.h
    HINTS ${UNWIND_INCLUDE_HINTS}
)

find_library(
    UNWIND_LIBRARIES
    NAMES libunwind unwind
    HINTS ${UNWIND_LIBRARY_HINTS}
)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(UNWIND DEFAULT_MSG UNWIND_LIBRARIES UNWIND_INCLUDE_DIRS)
mark_as_advanced(UNWIND_FOUND UNWIND_LIBRARIES UNWIND_INCLUDE_DIRS)

################################################################################
#  THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY  #
#  Please refer to the README for information about making permanent changes.  #
################################################################################