aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-03-02 10:57:09 -0800
committerGerald Combs <gerald@wireshark.org>2016-03-02 18:57:31 +0000
commitea42011e260e5bbb2cd2d5ac52d7eddc17f7f3fa (patch)
treec165c829e316cdcd0e03aea95c84acae86c41a9b /cmake
parentc89e9d81327c3e9ec2e01ddba49f6e466d27f7f4 (diff)
Add missing hints.
Change-Id: I49ee3080339e75e69e96e97c2a9069136772e3a0 Reviewed-on: https://code.wireshark.org/review/14296 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 a9499c7445..e504338fe6 100644
--- a/cmake/modules/FindFOP.cmake
+++ b/cmake/modules/FindFOP.cmake
@@ -21,6 +21,7 @@ FIND_PROGRAM(FOP_EXECUTABLE
/usr/local/bin
/sbin
HINTS
+ ${FOP21_HINTS}
${FOP20_HINTS}
${FOP11_HINTS}
${FOP10_HINTS}