aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindFOP.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindFOP.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}
)