diff options
author | Oz Linden <oz@lindenlab.com> | 2014-09-23 16:28:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-09-23 16:28:34 -0400 |
commit | f9399c80caa656998020a122f617d6c26942cc53 (patch) | |
tree | a87afbf0ed7ad34b39af1677f9289b79ed1b6f5a /indra/cmake/XmlRpcEpi.cmake | |
parent | 0218803b232296121016e0ee37b3577d1725b9d8 (diff) |
minimal hacks to autobuild.xml to allow configure to finish
Diffstat (limited to 'indra/cmake/XmlRpcEpi.cmake')
-rwxr-xr-x | indra/cmake/XmlRpcEpi.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/XmlRpcEpi.cmake b/indra/cmake/XmlRpcEpi.cmake index 3a0caa0a06..09215f7bee 100755 --- a/indra/cmake/XmlRpcEpi.cmake +++ b/indra/cmake/XmlRpcEpi.cmake @@ -7,7 +7,7 @@ set(XMLRPCEPI_FIND_REQUIRED ON) if (USESYSTEMLIBS) include(FindXmlRpcEpi) else (USESYSTEMLIBS) - use_prebuilt_binary(xmlrpc-epi) + use_prebuilt_binary(xmlrpc_epi) if (WINDOWS) set(XMLRPCEPI_LIBRARIES debug xmlrpc-epid |