diff --git a/indra/cmake/FindURIPARSER.cmake b/indra/cmake/FindURIPARSER.cmake index 8ab9f0f4ed..b3b4efbbdb 100644 --- a/indra/cmake/FindURIPARSER.cmake +++ b/indra/cmake/FindURIPARSER.cmake @@ -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)