diff options
author | Brad King <brad.king@kitware.com> | 2017-11-27 13:52:59 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-11-27 13:53:04 (GMT) |
commit | b67762ff3c4e24be75090cb2dca6c2b0e7f08dcb (patch) | |
tree | 4b278448b1b12d0b2bb439cfa5d2d790f52acc41 /Source | |
parent | 784e429d1fa4635bad640d69b8207bfcb1750eb7 (diff) | |
parent | a62d50ec56087bc6364c2e6c097b312167839957 (diff) | |
download | CMake-b67762ff3c4e24be75090cb2dca6c2b0e7f08dcb.zip CMake-b67762ff3c4e24be75090cb2dca6c2b0e7f08dcb.tar.gz CMake-b67762ff3c4e24be75090cb2dca6c2b0e7f08dcb.tar.bz2 |
Merge topic 'hardcoded-path-removal'
a62d50ec Modules: Replace coded PATHS with PATH_SUFFIXES
fd56d6a8 FindMPEG,2: Update to current libmpeg2 behavior
5f382cd8 FindPike: Update names and paths
6720807d FindAVIFile: Replace PATHS with updated suffixes
f88ef9a9 Modules: Remove paths set as global Unix prefixes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1502
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 6c60675..33ab093 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -921,7 +921,7 @@ if(UNIX) # OpenBSD and also Linux and OSX. Look for the header and # the library; it's a warning on FreeBSD if they're not # found, and informational on other platforms. - find_path(FREEBSD_PKG_INCLUDE_DIRS "pkg.h" PATHS /usr/local) + find_path(FREEBSD_PKG_INCLUDE_DIRS "pkg.h") if(FREEBSD_PKG_INCLUDE_DIRS) find_library(FREEBSD_PKG_LIBRARIES pkg |