Fix linux standalone build, Uri.h != uri.h

Techwolf Lupindo 2015-03-01 17:52:08 -05:00
parent dde9f65954
commit 2d1c19bc50
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@
# Note: Since this file is only used for standalone, the windows
# specific parts were left out.
FIND_PATH(URIPARSER_INCLUDE_DIR uriparser/uri.h
NO_SYSTEM_ENVIRONMENT_PATH
)
FIND_PATH(URIPARSER_INCLUDE_DIR uriparser/Uri.h)
FIND_LIBRARY(URIPARSER_LIBRARY uriparser)