From 7f60878be1dfc5d1132951ef2b10b1d04fbd2675 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 24 Aug 2015 09:01:09 -0700 Subject: Add FOP 2.0 to the search list. Change-Id: Ifc462a69e28b875f05770c453b06689c69008c52 Reviewed-on: https://code.wireshark.org/review/10235 Reviewed-by: Gerald Combs --- cmake/modules/FindFOP.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake') diff --git a/cmake/modules/FindFOP.cmake b/cmake/modules/FindFOP.cmake index 31127687fc..c47da4b11d 100644 --- a/cmake/modules/FindFOP.cmake +++ b/cmake/modules/FindFOP.cmake @@ -6,6 +6,7 @@ INCLUDE(FindCygwin) INCLUDE(FindWSWinLibs) +FindWSWinLibs("fop-2.0" "FOP20_HINTS") FindWSWinLibs("fop-1.1" "FOP11_HINTS") FindWSWinLibs("fop-1.0" "FOP10_HINTS") @@ -19,6 +20,7 @@ FIND_PROGRAM(FOP_EXECUTABLE /usr/local/bin /sbin HINTS + ${FOP20_HINTS} ${FOP11_HINTS} ${FOP10_HINTS} ) -- cgit v1.2.3