I've found this module via google too and it's not a problem to use my own FIND modules. The reason is that i was just wondering why a feature request since 2003 exists and til now cmake doesn't include a Xerces module.

What is the way to introduce a module or am i the only one who need this module?

Andreas


Ryan Pavlik schrieb:


On 05/24/2010 12:13 PM, Andreas Heck wrote:
Hi

I want to use Xerces-C++ and Xalan-C++ in a new project but i have seen that in cmake don't exist FIND modules for these libraries.

Is anybody working on such modules? I have seen a bug (feature) report from 2003 which was for Xerces-C++!


Andreas

A quick Google found one "in the wild" at http://svn.mech.kuleuven.be/websvn/orocos/trunk/rtt/config/#path_trunk_rtt_config_

You can do
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

and put find modules of your own creation in a /cmake folder, and find_package will find and use them.

Ryan


_______________________________________________
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