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

--
Ryan Pavlik
HCI Graduate Student
Virtual Reality Applications Center
Iowa State University

rpav...@iastate.edu
http://academic.cleardefinition.com
Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

_______________________________________________
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