On Mon, Nov 29, 2010 at 9:20 PM, Renato Botelho <rbga...@gmail.com> wrote:
> Hi,
>
> It's the first project i'm migrating from autotools to cmake,
> and it's going really well, in 4 days it's almost done. \o/
>
> The only issue I have now is following, i have this code
> on my CMakeLists.txt:
>
> find_package (XMLRPC REQUIRED abyss-server c++2)

It's always the same, one entire day trying to figure it out and
5 seconds after sending this email i found, i just changed the
order of components (c++2 abyss-server) and it detected my
xmlrpc fine. It's fixed now. The other problem below still persists.

> Ah, since i'm talking about FindXMLRPC, I used REQUIRED
> param, like i showed above, but if it doesn't find xmlrpc
> it shows an error message but don't stop, i needed to add
> this:
>
> if (NOT XMLRPC_FOUND)
>  message (FATAL_ERROR "XMLRPC-C not found")
> endif (NOT XMLRPC_FOUND)
>
> Is it the expected behavior?

It persists

-- 
Renato Botelho
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to