[cmake-developers] Ubuntu-Sublime-Ninja-Clang-3.4 runs GCC 4.8

2014-04-16 Thread Stephen Kelly
FYI: http://open.cdash.org/testDetails.php?test=248039401build=3294382 Renaming or changing it to use Clang 3.4 would make sense. Thanks, Steve. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers

Re: [cmake-developers] Bug in Visual Studio generators

2014-04-16 Thread Brad King
On 04/14/2014 09:05 PM, Josh Green wrote: There is a second call site to ConvertPath and that caller needs to get the same result as WriteSources gets. I think your original proposal to teach ConvertPath to call cmLocalGenerator::Convert with optional == true may be the simplest solution.

[cmake-developers] [CMake 0014882]: cmake: strlen(): cpack killed by SIGSEGV

2014-04-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14882 == Reported By:Orion Poplawski Assigned To:

Re: [CMake] Explanation....

2014-04-16 Thread Johannes Zarl
Hi, On Monday, 14. April 2014, 19:23:19, Theodore Papadopoulo wrote: if (${arg} STREQUAL TOTO) - if (TOTO STREQUAL TOTO) - if (B STREQUAL B) What I do not follow is why there is an implicit evaluation of TOTO into B (in both this case or the next I explicitely asked for a string

Re: [CMake] Explanation....

2014-04-16 Thread Rolf Eike Beer
Am 16.04.2014 11:39, schrieb Johannes Zarl: Hi, On Monday, 14. April 2014, 19:23:19, Theodore Papadopoulo wrote: if (${arg} STREQUAL TOTO) - if (TOTO STREQUAL TOTO) - if (B STREQUAL B) What I do not follow is why there is an implicit evaluation of TOTO into B (in both this case or the next

Re: [CMake] Explanation....

2014-04-16 Thread Johannes Zarl
On Wednesday, 16. April 2014, 12:03:30, Rolf Eike Beer wrote: Instead of ``${var} STREQUAL VALUE'', write: IF ( var MATCHES ^VALUE$ ) NO, please don't! I try hard to kill all those as it requires compiling a regular expression for a simple string match. Just change it to something

Re: [CMake] [CMake BUG] CMake (2.8.12.2) adding extraneous libraries at the end of the link command

2014-04-16 Thread Zaak Beekman
I have figured out what the link command should look like on Mac, in order that gfortran48 builds a mixed language (C Fortran, main program in Fortran) binary that is statically linked to all required gcc libraries. The link line should look like this: gfortran48 -static-libgfortran -lgfortran

[CMake] get_directory_property and get_property

2014-04-16 Thread James Bigler
I see that I can get the value of a variable from a directory using: get_directory_property(sub1_val1 DIRECTORY sub1 DEFINITION val1) Can I do the same thing with get_property? I see a VARIABLE entry, but I can't use that with the DIRECTORY indication. By the way what are the properties on

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2385-gd9d5bae

2014-04-16 Thread Rolf Eike Beer
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 d9d5bae1f3334d90c3b90f9caefac665aec85e92 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2390-ged08c7e

2014-04-16 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 ed08c7e69a4a1e896331a0588a4a1d3bd413e97b (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2394-g7156584

2014-04-16 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 7156584379599c2e95107f8bc7f983a0827b0413 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2396-g0170a54

2014-04-16 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 0170a54df964f22b1387168603a719fd8cf07e03 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2398-gf25b66f

2014-04-16 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 f25b66f11a0498939ee140fad5b3bc389c27d996 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2400-gc46d249

2014-04-16 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 c46d2494d660fe7f5248debb3c4bc07412f3 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2404-ga0f4f14

2014-04-16 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 a0f4f14a0dda529004b6d605eca780c5eb8d5d32 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2406-g2a4db6f

2014-04-16 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 2a4db6f9af6370a9681eb0cc9f2528c0b1080321 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2408-g002fc94

2014-04-16 Thread Rolf Eike Beer
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 002fc94ec2e5c67e0aa846f29991df4094c7d07a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2410-g6b20752

2014-04-16 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 6b20752ff1ad247bf537b2715c2b0f3eb365cbce (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2412-g37b1252

2014-04-16 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 37b12523929190b329199eda51e3268e04a680e0 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2414-gc2e2707

2014-04-16 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 c2e27075bd8d2541d534f9b48863e8ee3aab334a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2419-g93ee0e0

2014-04-16 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 93ee0e08203c52ce83cefe73879bf59b62ba3c50 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2421-g252ccd1

2014-04-16 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 252ccd1edb1c8a0a2739f24c5ac28f4ae4daaa2d (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2423-g51e3f6f

2014-04-16 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 51e3f6f33058409b8c755db7c9885f25dfa02c37 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2425-g438debc

2014-04-16 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 438debcf540ce492e3545e7535accd8d0ed94f54 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2428-g2bb14d7

2014-04-16 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 2bb14d7a833041209d3ea4350ea43243c1df1aee (commit) via