Created
May 17, 2009 22:02
-
-
Save certik/113178 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cmake/FindJUDY.cmake b/cmake/FindJUDY.cmake | |
index 57b5560..e9786b2 100644 | |
--- a/cmake/FindJUDY.cmake | |
+++ b/cmake/FindJUDY.cmake | |
@@ -2,8 +2,8 @@ | |
# Judy | |
# | |
-FIND_PATH(JUDY_INCLUDE_DIR Judy.h ${JUDY_ROOT}) | |
-FIND_LIBRARY(JUDY_LIBRARY Judy ${JUDY_ROOT}) | |
+FIND_PATH(JUDY_INCLUDE_DIR Judy.h ${JUDY_ROOT}/include) | |
+FIND_LIBRARY(JUDY_LIBRARY Judy ${JUDY_ROOT})/lib) | |
INCLUDE(FindPackageHandleStandardArgs) | |
FIND_PACKAGE_HANDLE_STANDARD_ARGS(JUDY DEFAULT_MSG JUDY_INCLUDE_DIR JUDY_LIBRAR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment