[CMake] Question regarding out-of-tree builds and Eclipse CDT4 project generation

2009-04-20 Thread Allen Gooch
into the build tree? Many thanks, Allen Gooch ___ 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/Wi

[CMake] Question regarding list arguments in macros

2009-03-31 Thread Allen Gooch
I have the following macro for generation of c++ source from a proprietary IDL language: macro (oidl_generate IDL_SOURCES IDL_INCLUDE_DIRS) message (STATUS "IDL Sources: ${IDL_SOURCES}") foreach (idlsrc ${IDL_SOURCES}) get_filename_component (idlsrc_file ${idlsrc} NAME_WE) get_filename

[CMake] Question about overriding Find modules in cmake

2009-03-30 Thread Allen Gooch
Using cmake-2.7 out of CVS, I'm trying to override the Find modules which come with cmake install. In our src tree we have checked in versions of certain dependencies and I would like to set paths to point at those instead of any libraries which may be installed. In trying to override the behavio

[CMake] Question about error creating CPack RPM installer

2009-03-24 Thread Allen Gooch
he expected directory for the copy source does not exist. Anyone have any ideas on why this absolute/relative path name wackiness is happening and how to correctly generate the RPM? Many thanks in advance, Allen Gooch BioWare ___ Powered by www.kitwar