Fix linux standalone build, Uri.h != uri.h
parent
dde9f65954
commit
2d1c19bc50
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue