Commit 3601ea86 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Find libiberty headers in subdir also

Summary:
[Folly] Find `libiberty` headers in subdir also.

Fixes #792.

Reviewed By: simpkins

Differential Revision: D9330225

fbshipit-source-id: 6a9c3aaf4e76e3b5c8947cb15d0b43ed6cbcc778
parent 55d8c7c8
find_path(LIBIBERTY_INCLUDE_DIR NAMES libiberty/libiberty.h)
find_path(LIBIBERTY_INCLUDE_DIR NAMES libiberty.h PATH_SUFFIXES libiberty)
mark_as_advanced(LIBIBERTY_INCLUDE_DIR)
find_library(LIBIBERTY_LIBRARY NAMES iberty)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment