aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-24 09:01:09 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-24 16:04:10 +0000
commit7f60878be1dfc5d1132951ef2b10b1d04fbd2675 (patch)
tree7209449c121cca9282a40ec542f6c61d7a05dd3c /cmake
parentd7e3076c90cca172b67129a289172a88069f6503 (diff)
Add FOP 2.0 to the search list.
Change-Id: Ifc462a69e28b875f05770c453b06689c69008c52 Reviewed-on: https://code.wireshark.org/review/10235 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindFOP.cmake2
1 files changed, 2 insertions, 0 deletions
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}
)