aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-03-02 10:02:22 -0800
committerGerald Combs <gerald@wireshark.org>2016-03-02 18:03:00 +0000
commit429c840fc99d3ae08d14273836ccb07e659bfcc3 (patch)
tree42b5eb527368e2e51eb0242868d7c1d382e11f01 /cmake
parentaa52850ad259926a12724f25f499b607e9a2b1be (diff)
Add Fop 2.1 to FindFOP.cmake.
Change-Id: I3d3bb3e6ae5cefb4bc439b922d228cb202f4f446 Reviewed-on: https://code.wireshark.org/review/14292 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindFOP.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindFOP.cmake b/cmake/modules/FindFOP.cmake
index c47da4b11d..a9499c7445 100644
--- a/cmake/modules/FindFOP.cmake
+++ b/cmake/modules/FindFOP.cmake
@@ -6,6 +6,7 @@
INCLUDE(FindCygwin)
INCLUDE(FindWSWinLibs)
+FindWSWinLibs("fop-2.1" "FOP21_HINTS")
FindWSWinLibs("fop-2.0" "FOP20_HINTS")
FindWSWinLibs("fop-1.1" "FOP11_HINTS")
FindWSWinLibs("fop-1.0" "FOP10_HINTS")