Re: [cmake-developers] GenerateExportHeader macro in CMake?

2011-08-10 Thread David Cole
Stephen, The test you recently added is failing on many platforms on the CMake dashboard today. Are you working on resolving these test failures? This output: *** Exception executing: Exit code 0xc135 means that one of the dlls could not be loaded properly by the built executable. Are you

Re: [cmake-developers] GenerateExportHeader macro in CMake?

2011-08-10 Thread David Cole
Make that CMAKE_RUNTIME_OUTPUT_DIRECTORY ... On Wed, Aug 10, 2011 at 1:58 PM, David Cole david.c...@kitware.com wrote: Stephen, The test you recently added is failing on many platforms on the CMake dashboard today. Are you working on resolving these test failures? This output: ***

[cmake-developers] [CMake 0012396]: CDash should indicate the git hash of builds

2011-08-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12396 == Reported By:Stephen Kelly Assigned To:

Re: [cmake-developers] GenerateExportHeader macro in CMake?

2011-08-10 Thread Bill Hoffman
I worked with Stephen today on this and it needs to put all the dll's in the same place as the main executable. The following makes the test pass on my windows box: diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt b/Tests/Module/GenerateExportH index 6374087..0f5d792 100644 ---

[cmake-developers] [CMake 0012397]: It is not clear how to report CDash bugs

2011-08-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12397 == Reported By:Stephen Kelly Assigned To:

[CMake] .S files and assembler

2011-08-10 Thread Micha Renner
Hi, in http://www.cmake.org/pipermail/cmake/2009-November/033346.html I found the line: If the file (.S) needs to be preprocessed, set the LANGUAGE source file property to C, this should work in most cases for now. Is this still the way to process .S-files. In 2009 it sounded so temporary. And

Re: [CMake] append command

2011-08-10 Thread David Cole
On Tue, Aug 9, 2011 at 3:34 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2011-08-09 17:19+0100 Glenn Coombs wrote: Probably too late now and there isn't a bug filed so far as I know, but one thing I would love to see added to cmake is an append command so that lines like this:    

Re: [CMake] Weird behaviour with CPackComponent and NSIS

2011-08-10 Thread David Cole
On Tue, Aug 9, 2011 at 6:11 PM, Mathias Gaunard mathias.gaun...@ens-lyon.org wrote: I've recently upgraded to CMake 2.8.5 to try out the new CPack/CPackComponent separation, which allows me to include CPackComponent to get the various cpack component macros, but only include CPack later. I

[CMake] Unable to locate boost_unit_test_framework-vc90-mt-gd-1_45.lib

2011-08-10 Thread Stephen Torri
I am having a problem setting up CMake to find the Boost unit test framework library when building a test program. In the top level CMakeLists.txt file I have: ENABLE_TESTING() add_subdirectory ( path/to/test ) In the test directory CMakeLists.txt file I have: LINK_DIRECTORIES (

Re: [CMake] include directories,

2011-08-10 Thread Łukasz Tasz
Hi All, Can somebody please advise me with this topic, if it is expected behaviour or a bug? thanks in advance Lukasz 2011/8/4 Łukasz Tasz luk...@tasz.eu: Hi All, I have a question according include_directories() function and INCLUDE_DIRECTORIES directory property. Is it possible that I

Re: [CMake] exclude build project from solution

2011-08-10 Thread David Cole
Looks to me like the one chunk of code that actually refers to the target property: if(target-GetPropertyAsBool(EXCLUDE_FROM_DEFAULT_BUILD)) { return false; } should be changed to: if(target-GetPropertyAsBool(EXCLUDE_FROM_DEFAULT_BUILD) ||

Re: [CMake] include directories,

2011-08-10 Thread Michael Wild
On Wed 10 Aug 2011 04:51:36 PM CEST, Łukasz Tasz wrote: Hi All, Can somebody please advise me with this topic, if it is expected behaviour or a bug? thanks in advance Lukasz 2011/8/4 Łukasz Tasz luk...@tasz.eu: Hi All, I have a question according include_directories() function and

Re: [CMake] Unable to locate boost_unit_test_framework-vc90-mt-gd-1_45.lib

2011-08-10 Thread Michael Hertling
On 08/10/2011 04:27 PM, Stephen Torri wrote: I am having a problem setting up CMake to find the Boost unit test framework library when building a test program. In the top level CMakeLists.txt file I have: ENABLE_TESTING() add_subdirectory ( path/to/test ) In the test directory

[Cmake-commits] CMake branch, next, updated. v2.8.5-1476-ga9a6364

2011-08-10 Thread Stephen Kelly
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 a9a6364a117e437eef3902293820f961bc584cb8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1480-g61ef369

2011-08-10 Thread Stephen Kelly
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 61ef369265fbbad328db05c9efb82591ff35dd7a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1482-gde83ca6

2011-08-10 Thread Stephen Kelly
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 de83ca6e51c191db2e6231f85c0cfbe18ddc0e65 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1485-g2de4471

2011-08-10 Thread Stephen Kelly
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 2de4471256fc40a1d6c13b5199e3efdaa57e32ba (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1487-g3621ad6

2011-08-10 Thread Stephen Kelly
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 3621ad6e511fb0f9190ec51621b970ffb30d3434 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1491-g2820613

2011-08-10 Thread Stephen Kelly
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 282061384a9cfea31b38f7ef83c6f96491f1c33d (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1498-ga155876

2011-08-10 Thread Stephen Kelly
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 a1558768fe281a9b706b84596f5ab6a209ffcdc6 (commit) via