[cmake-developers] [CMake 0014439]: WiX: set/respect file/directory permissions

2013-09-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14439 == Reported By:Domagoj Saric Assigned To:

[cmake-developers] [CMake 0014440]: Could not generated VS project file for WinCE sh4

2013-09-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14440 == Reported By:mar-na Assigned To:

Re: [cmake-developers] bash-completion: filtering out version line more robustly

2013-09-25 Thread Eric Noulard
Hi Brad, I think it would be simpler to use grep -v because help-*-list never contains a space (no variable or command have embedded space) I think you missed a couple of cases in the cmake completion. My proposal is in stage branch: bash-completion-improvement Sidenote along bash

Re: [cmake-developers] bash-completion: filtering out version line more robustly

2013-09-25 Thread Brad King
On 09/25/2013 12:18 PM, Eric Noulard wrote: I think it would be simpler to use grep -v because help-*-list never contains a space (no variable or command have embedded space) That's a much stronger assumption that is less future-proof. In the long run I don't want to do any filtering

[cmake-developers] FindLATEX ps2pdf with MikTeX

2013-09-25 Thread Matt McCormick
Hi Miguel, As the LATEX CMake module maintainer according to [1], I'm passing along the attached patch for FindLATEX so that it detects ps2pdf with MikTeX. Thank you for your efforts, Matt [1] http://www.cmake.org/Wiki/CMake:Module_Maintainers#List 0001-FindLATEX-Find-ps2pdf-with-MikTeX.patch

Re: [CMake] Versioning and release/distribution management with cmake and git

2013-09-25 Thread Johannes Zarl
Hi, On Monday, 23. September 2013, 23:41:19, Roger Leigh wrote: Another minor annoyance I've run into is that when I define a function and make use of a global variable, it appears to expand the variable during definition, rather than evaluating it when I call the function. Is it possible to

Re: [CMake] CHECK_CXX_ACCEPTS_FLAG delieverts wrong result

2013-09-25 Thread Fetzer, Andreas
Hi, thanks for your answer. But the problem is that this flag is accepted although the clang compiler does not accept it. This leads to a build error. My question is why the CHECK_CXX_ACCEPTS_FLAG marco does not recognize that the flag is not supported by my compiler. Andreas On Sep 24,

[CMake] Bug in FindwxWidgets.cmake

2013-09-25 Thread Michael DiCuccio
Hi! I've tripped across a bug in FindwxWidgets.cmake, in which (on Linux/Unix) paths returned by wxconfig will be modified if their path names contain a '-D'. The patch below fixes this. Can this please be applied? Thanks! --- FindwxWidgets.cmake.orig2013-09-25 10:34:52.835469000 -0400

[CMake] List CMake source files for external use

2013-09-25 Thread Kevin Wojniak
Hi, been searching for a while on this and can't find an answer. Maybe I'm just using the wrong keywords.. I have a CMakeLists.txt file that creates a two libraries. I want to generate a list of source files that are used in each library so that I can run a script on these files. I cannot

Re: [CMake] NASM support?

2013-09-25 Thread Alexander Neundorf
On Tuesday 24 September 2013, g...@novadsp.com wrote: Can anyone help? At the start of the root cmakelist.txt file PROJECT(CMakeLab) MESSAGE(CMakeLab) ENABLE_LANGUAGE(ASM-NASM) Which generates the following error(s) in CMake 2.8.10.2 on Windows: which generator are you

Re: [CMake] NASM support?

2013-09-25 Thread g4
Visual Studio 11. Also have the same with 2.2.11.2 Thanks. -Original Message- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: 25 September 2013 18:19 To: cmake@cmake.org Cc: g...@novadsp.com Subject: Re: [CMake] NASM support? On Tuesday 24 September 2013,

Re: [CMake] List CMake source files for external use

2013-09-25 Thread Williams, Norman K
I'm not clear what you are trying to do. Are you generating a list of files to compile at configuration time, or at build time? CMake can two things: 1. Configure a file list at configure time. 2. Run a cmake script at build time. But you can't generate a file list at build time. At build

Re: [CMake] NASM support?

2013-09-25 Thread g4
Correction: that is version 2.8.11.2 -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of g...@novadsp.com Sent: 25 September 2013 18:38 To: a.neundorf-w...@gmx.net; cmake@cmake.org Subject: Re: [CMake] NASM support? Visual Studio 11. Also have

Re: [CMake] NASM support?

2013-09-25 Thread Alexander Neundorf
On Wednesday 25 September 2013, g...@novadsp.com wrote: Correction: that is version 2.8.11.2 -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of g...@novadsp.com Sent: 25 September 2013 18:38 To: a.neundorf-w...@gmx.net; cmake@cmake.org

Re: [CMake] Cmake appears to substitute -llibrary when a full path is given.

2013-09-25 Thread Andreas Naumann
Hi Seth, I had the same problem some time ago. In my case, the environment variable LIBRARY_PATH contained the boost directory, which instructs the linker to use it as standard library directory. CMake asks the compiler for implicit linking directories. I am not completly sure, but the

Re: [CMake] CHECK_CXX_ACCEPTS_FLAG delieverts wrong result

2013-09-25 Thread Hendrik Sattler
Fetzer, Andreas a.fet...@dkfz-heidelberg.de schrieb: Hi, thanks for your answer. But the problem is that this flag is accepted although the clang compiler does not accept it. This leads to a build error. My question is why the CHECK_CXX_ACCEPTS_FLAG marco does not recognize that the flag is not

[CMake] Trouble building static universal libraries on MacOSX: ar bad, /usr/bin/libtool good

2013-09-25 Thread Dan Kegel
Our project depends on 53 different open soure packages, all downloaded and built by a nice 900 line shell script. (Build systems are so standardized that usually it's just one line to download, build, and install a random open source project, yay!) Yesterday I had the pleasure of coaxing it into

[Cmake-commits] CMake branch, master, updated. v2.8.11.2-864-g951a158

2013-09-25 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, master has been updated via 951a158c8a89512f52779ea29731234fa25b90e5 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4316-gbf73025

2013-09-25 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 bf7302535f6518908bb377d2694af5b4b64327b7 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4319-g432d102

2013-09-25 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 432d10286bdc96c73a5740d6ef2e168f13d9a277 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4322-g52369f4

2013-09-25 Thread Daniele E . Domenichelli
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 52369f40a223797f8682717de3210975d12c90ad (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4325-g8a5a07b

2013-09-25 Thread Zack Galbreath
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 8a5a07b0d82aeb95b6f5623b9528efeec11017ca (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4327-g18b0f44

2013-09-25 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 18b0f44dbdd0fdd07aa9ddcd0d0e72bc55e81c64 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4329-geef9a95

2013-09-25 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 eef9a95245072d79f6b5c421eb3bfdf798e73692 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4331-g64087d2

2013-09-25 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 64087d26d276fa5dac7e0c9ad98d1782a8fa5153 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4334-g2e1370e

2013-09-25 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 2e1370e4bedf26ddb7dbf7d8176de483f0f770db (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4337-g9aca8db

2013-09-25 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 9aca8db082e10e6e3bfc4cc4a1abcc1afb247479 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4339-g0f00141

2013-09-25 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 0f00141f04260d9cb415db261c48068ad9885f95 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.2-866-g6e3fe55

2013-09-25 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, master has been updated via 6e3fe5570345bf18f71851f2299d5c43ee05e021 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.2-867-gb89cedd

2013-09-25 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 31311bb..8966ebb 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 11) -set(CMake_VERSION_TWEAK 20130925