[cmake-developers] [CMake 0013043]: IDL files do not supported if used NMake Makefiles generator

2012-03-15 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13043 == Reported By:Vadim Sushchenko Assigned To:

Re: [cmake-developers] Package Config files with COMPONENTS

2012-03-15 Thread Michael Hertling
On 03/13/2012 09:55 PM, Brad King wrote: On Tue, Mar 13, 2012 at 4:43 PM, Alexander Neundorf neund...@kde.org wrote: We could also not set pkg_FIND_REQUIRED_component, or set it to 0 (which would mean it is not required). Even better. One can loop over the_FIND_COMPONENTS list and then

Re: [cmake-developers] Package Config files with COMPONENTS

2012-03-15 Thread Brad King
On Thu, Mar 15, 2012 at 11:41 AM, Michael Hertling mhertl...@online.de wrote: IMO, using solely pkg_FIND_REQUIRED_component to indicate if a requested component is mandatory or optional is not sufficient. Consider the following use case: FIND_PACKAGE(Foo COMPONENTS X OPTIONAL_COMPONENTS Y)

[CMake] ctest script: how to get make program

2012-03-15 Thread Olivier Pierard
Dear all, At the end of my ctest script (I'm using cmake 2.8.0), I perform a 'make install' with an 'execute_process' command: execute_process(COMMAND make install -i WORKING_DIRECTORY ${CTEST_BINARY_DIRECTORY} RESULT_VARIABLE makeInstallResult OUTPUT_VARIABLE makeInstallLog ERROR_VARIABLE

Re: [CMake] Wrong cl.exe getting picked up

2012-03-15 Thread Bill Hoffman
On 3/14/2012 6:39 PM, James Bigler wrote: I have a system with several copies of Visual Studio installed. When I set the generator for Visual Studio 9 2008 it ends up picking up a different compiler: CMAKE_C_COMPILER:FILEPATH=C:/Program Files (x86)/SCE/Common/VSI/bin/cl.exe I think this is

Re: [CMake] Wrong cl.exe getting picked up

2012-03-15 Thread James Bigler
On Thu, Mar 15, 2012 at 6:46 AM, Bill Hoffman bill.hoff...@kitware.comwrote: On 3/14/2012 6:39 PM, James Bigler wrote: I have a system with several copies of Visual Studio installed. When I set the generator for Visual Studio 9 2008 it ends up picking up a different compiler:

Re: [CMake] Wrong cl.exe getting picked up

2012-03-15 Thread John Drescher
OK, but it does try to fill in the CMAKE_C_COMPILER value.  What are you suggesting?  That this is a bug or some kind of mistake on my part thinking that the value in CMAKE_C_COMPILER is somehow relevant for Visual Studio targets? CMAKE_C_COMPILER is not used for Visual Studio targets --

Re: [CMake] CPack : RPM : architecture in the name

2012-03-15 Thread Alexander Neundorf
On Thursday 15 March 2012, Barth wrote: Dear all, I found a mail in the archives discussing the naming of RPMs (30 dec. 2009). Indeed, a standard RPM name contains the architecture and not Linux. I am wondering if it is possible to do it now ? I use CMake 2.8.6. I still get an error when

Re: [CMake] Wrong cl.exe getting picked up

2012-03-15 Thread James Bigler
On Thu, Mar 15, 2012 at 1:30 PM, John Drescher dresche...@gmail.com wrote: OK, but it does try to fill in the CMAKE_C_COMPILER value. What are you suggesting? That this is a bug or some kind of mistake on my part thinking that the value in CMAKE_C_COMPILER is somehow relevant for Visual

Re: [CMake] CMake generation for Android iPhone development

2012-03-15 Thread Robert Dailey
The android-cmake project sounds interesting, but I have my own set of generic CMake modules that i currently use to generate targets for projects that run on Windows and Linux. I'd need to be able to setup those same generic scripts to be able to generate targets for building with ndk on Android

[Cmake-commits] CMake branch, master, updated. v2.8.7-668-gb4f949a

2012-03-15 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via b4f949a3dd05c90814fb69372e1268718b1a586c (commit) from