Re: [cmake-developers] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread David Partyka
When using external_project, if GIT_TAG is modified the entire source tree is removed and re-cloned causing a full rebuild of said project. http://cmake.org/Bug/view.php?id=11403 On Tue, Mar 29, 2011 at 1:56 PM, David Cole david.c...@kitware.com wrote: Hi all, Now that we have released CMake

Re: [cmake-developers] Proceccor identification

2011-03-30 Thread Brad King
On 03/26/2011 10:05 AM, Rolf Eike Beer wrote: -can kwsys be moved from CVS to git? I know David Cole was in favor of this too. KWSys is shared by several Kitware projects of which at least some are still in CVS. It cannot move. -can the SystemInformation.cxx file be split up into OS

[cmake-developers] [CMake 0012029]: finding boost libs

2011-03-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12029 == Reported By:Clinton Stimpson Assigned To:

[CMake] Does set_target_properties compile_flags option override include_directories?

2011-03-30 Thread Laura Auton Garcia
Hello all, The project I am working on uses pkg-config --cflags option to get the include directories of an external project, and I am trying to add the output to the compile_flags option used in set_target_properties. As well as the pkg-config directory, some other flags are specified and well

Re: [CMake] Does set_target_properties compile_flags option override include_directories?

2011-03-30 Thread Eric Noulard
2011/3/30 Laura Auton Garcia darklulu+cm...@gmail.com: Hello all, The project I am working on uses pkg-config --cflags option to get the include directories of an external project, and I am trying to add the output to the compile_flags option used in set_target_properties. As well as the

Re: [CMake] INSTALL(EXPORT) does not honor LINK_INTERFACE_LIBRARIES?

2011-03-30 Thread Michael Hertling
On 03/29/2011 11:36 PM, Rolf Eike Beer wrote: Am Dienstag, 29. März 2011, 09:41:36 schrieb Brad King: On 03/29/2011 05:19 AM, Rolf Eike Beer wrote: The basic idea is: any symbols from those private libraries are, well, private. The user only ever sees the symbols from the public library. In

Re: [CMake] Does set_target_properties compile_flags option override include_directories?

2011-03-30 Thread Laura Autón García
(sorry I am having troubles receiving the messages from this mailing list, well I am not receiving anything at all but the confirmation mails, so I am pasting from the archives) 2011/3/30 Eric Noulard: Did you know that there is a FindPkgConfig.cmake module shipped with CMake? It may helps you

[CMake] Specify an alternate C++ compiler for some source files

2011-03-30 Thread Marc Tajchman
Hi, How to specify different compilers for different source files in CMakeLists.txt, e.g. if test1.cxx must be compiled with g++ test2.cxx must be compiled with mpicxx (mpi compiler) I tried add_executable(test1.exe test1.cxx) set_source_files_properties(test2.cxx PROPERTIES

Re: [CMake] INSTALL(EXPORT) does not honor LINK_INTERFACE_LIBRARIES?

2011-03-30 Thread Rolf Eike Beer
On 03/29/2011 11:36 PM, Rolf Eike Beer wrote: Am Dienstag, 29. März 2011, 09:41:36 schrieb Brad King: On 03/29/2011 05:19 AM, Rolf Eike Beer wrote: The basic idea is: any symbols from those private libraries are, well, private. The user only ever sees the symbols from the public library. In

Re: [CMake] Different CMAKE_CXX_FLAGS for different executables

2011-03-30 Thread Michael Hertling
On 03/25/2011 03:36 PM, David Doria wrote: Could you post the output of make VERBOSE=1? On *nix, the following CMakeLists.txt works as expected: The output of make VERBOSE=1 contains: .../c++ -DUNIX -o .../SetTargetProperties.cxx.o -c .../SetTargetProperties.cxx It is working properly

Re: [CMake] Specify an alternate C++ compiler for some source files

2011-03-30 Thread Michael Wild
On 03/30/2011 01:42 PM, Marc Tajchman wrote: Hi, How to specify different compilers for different source files in CMakeLists.txt, e.g. if test1.cxx must be compiled with g++ test2.cxx must be compiled with mpicxx (mpi compiler) I tried add_executable(test1.exe test1.cxx)

Re: [CMake] INSTALL(EXPORT) does not honor LINK_INTERFACE_LIBRARIES?

2011-03-30 Thread Michael Hertling
On 03/30/2011 02:02 PM, Rolf Eike Beer wrote: However, I still don't understand the relation of that transitive linking and its avoidance, respectively, to your initial complaint about CMake's error message due to the missing library in another library's export set. Unless I'm mistaken,

[CMake] Visual Studio 6 generator and relative source file path

2011-03-30 Thread Alexey Livshits
I've already posted the question about different targets with the same name. I'm trying to change my project's cmake configuration towards it like this (this is a very simplicated example): |-- foo | cmake_foo1 |--- CMakeLists.txt | cmake_foo2 |--- CMakeLists.txt | | bar.cpp

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread Chatterjee, Shash
Hi David, http://public.kitware.com/Bug/view.php?id=11896 Thanks, Shash -Original Message- From: cmake-boun...@cmake.org on behalf of David Cole Sent: Tue 3/29/2011 12:56 PM To: cmake; CMake Developers Subject: [CMake] Bug fix requests for the *next* release of CMake... Hi all, Now

Re: [CMake] INSTALL(EXPORT) does not honor LINK_INTERFACE_LIBRARIES?

2011-03-30 Thread Rolf Eike Beer
On 03/30/2011 02:02 PM, Rolf Eike Beer wrote: However, I still don't understand the relation of that transitive linking and its avoidance, respectively, to your initial complaint about CMake's error message due to the missing library in another library's export set. Unless I'm mistaken,

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread Jay Foad
Support for assembler sources in the Visual Studio generators, please! http://public.kitware.com/Bug/view.php?id=9905 http://public.kitware.com/Bug/view.php?id=11536 Thanks, Jay. ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [CMake] INSTALL(EXPORT) does not honor LINK_INTERFACE_LIBRARIES?

2011-03-30 Thread Michael Hertling
On 03/30/2011 03:14 PM, Rolf Eike Beer wrote: On 03/30/2011 02:02 PM, Rolf Eike Beer wrote: However, I still don't understand the relation of that transitive linking and its avoidance, respectively, to your initial complaint about CMake's error message due to the missing library in another

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread David Doria
CMAKE_BUILD_TYPE should be a drop down box/fixed set of choices http://public.kitware.com/Bug/view.php?id=11806 http://public.kitware.com/Bug/view.php?id=11806 David ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread Aaron_Wright
http://public.kitware.com/Bug/view.php?id=11171 I'm hoping this one isn't too hard to fix. --- Aaron Wright From: David Cole david.c...@kitware.com To: cmake cmake@cmake.org, CMake Developers cmake-develop...@cmake.org Date: 03/29/2011 10:57 AM Subject:[CMake] Bug fix

[CMake] List of possible completion values

2011-03-30 Thread Tim Gallagher
Hi, Is there a way (and if not, how do I submit a feature request) to have a set of drop-down type options in the ccmake interface? The obvious example is for CMAKE_BUILD_TYPE, where something like hitting Enter scrolls through Release - Debug - MinSizeRel, etc.. Maybe somebody has already

Re: [CMake] List of possible completion values

2011-03-30 Thread David Doria
On Wed, Mar 30, 2011 at 11:52 AM, Tim Gallagher tim.gallag...@gatech.eduwrote: Hi, Is there a way (and if not, how do I submit a feature request) to have a set of drop-down type options in the ccmake interface? The obvious example is for CMAKE_BUILD_TYPE, where something like hitting Enter

Re: [CMake] List of possible completion values

2011-03-30 Thread Michael Wild
On 03/30/2011 05:52 PM, Tim Gallagher wrote: Hi, Is there a way (and if not, how do I submit a feature request) to have a set of drop-down type options in the ccmake interface? The obvious example is for CMAKE_BUILD_TYPE, where something like hitting Enter scrolls through Release - Debug

Re: [CMake] List of possible completion values

2011-03-30 Thread David Cole
On Wed, Mar 30, 2011 at 11:56 AM, Michael Wild them...@gmail.com wrote: On 03/30/2011 05:52 PM, Tim Gallagher wrote: Hi, Is there a way (and if not, how do I submit a feature request) to have a set of drop-down type options in the ccmake interface? The obvious example is for

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread James C. Sutherland
http://public.kitware.com/Bug/print_bug_page.php?bug_id=10077* * James * * On Tue, Mar 29, 2011 at 11:56 AM, David Cole david.c...@kitware.com wrote: Hi all, Now that we have released CMake 2.8.4, *now* would be a great time to prioritize bug fixes for the next release of CMake. Replies

Re: [CMake] Specify an alternate C++ compiler for some source files

2011-03-30 Thread Verweij, Arjen
Since our default compilers are not gcc (icc, pgcc, cc, xlc_r etc) we've introduced FLEXLM_C_COMPILER and friends to be able to compile this from a single source tree. But perhaps it would be cleaner to off-load it with ExternalProject_Add(). Seriously, how often do you want to compile LAPACK,

Re: [CMake] [cmake-developers] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread David Partyka
When using external_project, if GIT_TAG is modified the entire source tree is removed and re-cloned causing a full rebuild of said project. http://cmake.org/Bug/view.php?id=11403 On Tue, Mar 29, 2011 at 1:56 PM, David Cole david.c...@kitware.com wrote: Hi all, Now that we have released CMake

Re: [CMake] Replacing compiler flags for certain project subdirectories

2011-03-30 Thread Whitcomb, Mr. Tim
Shortening to reduce wall-of-text: I have a Fortran project with a top-level CMakeLists.txt file with 47 add_subdirectory calls. Three of the subdirectories require a different set of preprocessor definitions and compiler flags than the other 47. I can add the preprocessor definitions, but

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-30 Thread Brian Bassett
I second this request. This also includes http://public.kitware.com/Bug/view.php?id=8170 http://public.kitware.com/Bug/view.php?id=8170Brian On Wed, Mar 30, 2011 at 6:25 AM, Jay Foad jay.f...@gmail.com wrote: Support for assembler sources in the Visual Studio generators, please!

[CMake] cmake errror

2011-03-30 Thread Enrique Izaguirre
Hello friends, When running cmake command with a toolchain file I got this error: -- Detecting CXX compiler ABI info - done CMake Error at C:/cygwin/CMake/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:48 (FILE): file STRINGS file

[CMake] BundleUtilities Error between 2.8.3 and 2.8.4

2011-03-30 Thread Michael Jackson
Were there any major changes to the BundleUtilities.cmake file between 2.8.3 and 2.8.4? I have a project that installs just fine when running against CMake 2.8.3 but when using CMake 2.8.4 it errors out somewhere in BundleUtilities. I was wondering if there were any major changes to that file

Re: [CMake] BundleUtilities Error between 2.8.3 and 2.8.4

2011-03-30 Thread clin...@elemtech.com
I think you are running into an error message introduced with this commit. cmake.org/gitweb?p=cmake.git;a=commit;h=c2895f48a4e79af49937b9e6a260076440b1a67a You can read about the change which was to prevent problems. Does it not apply to you and its being too restrictive? Clint - Reply

[Cmake-commits] CMake branch, next, updated. v2.8.4-1281-gc8c5602

2011-03-30 Thread Brad King
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, next has been updated via c8c56021f4619db9881b6d0179589533b2fa5db5 (commit) via