[cmake-developers] [CMake 0015238]: Add timestamp in seconds starts at the Unix Epoch on January 1st, 1970 at UTC.

2014-11-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15238 == Reported By:Dudi Assigned To:

Re: [cmake-developers] CMake 3.1 regression with incremental builds ?

2014-11-09 Thread Stephen Kelly
On 11/07/2014 05:52 PM, Brad King wrote: On 11/07/2014 11:43 AM, Ben Boeckel wrote: IIUC that is to create a cmSourceFile entry for the object file corresponding to the source file. They are different entries. Do we know the source file doesn't exist at this point? If so, CreateSourceFile

[cmake-developers] [Review Request][3.1-rc1 regression] topic fix_link-line-dedup_regression

2014-11-09 Thread Daniele E. Domenichelli
Hello, Please review topic fix_link-line-dedup_regression: Fix regression in link order introduced by the link-line-dedup topic Some compilers will fail linking if an executable is linking to a library that is not used and a static library that uses the shared one. This patch reverse the

[cmake-developers] [PATCH] FindIntl: Module to find Gettext libintl headers and library

2014-11-09 Thread Roger Leigh
Hi, I have attached an initial patch for adding support for Sun/Uniforum/GNU gettext libintl. This is likely better in cmake than upstream because there are: 1) multiple upstreams (Sun, GNU) 2) it may or may not be in the glibc C library depending upon the platform and build options used It

Re: [CMake] CPack: .desktop files with tar.gz maker?

2014-11-09 Thread Eric Wing
On 11/7/14, Clinton Stimpson clin...@elemtech.com wrote: On Friday, November 07, 2014 03:50:32 PM Eric Wing wrote: I have a build and packaging system where I can distribute (mostly) standalone apps for Linux desktop. I am using the default CPack installer which creates .tar.gz, .Z, and .sh

[CMake] Automatic regeneration of software packages by CPack?

2014-11-09 Thread SF Markus Elfring
Hello, I configured a specific software to use the CPack modules to generate corresponding DEB and RPM packages together with CMake 3 a while ago. I notice now that package specifications and control files contain outdated version data after I called the command make package. How can I achieve

Re: [CMake] problems with Visual Studio Express 2013 [SOLVED, I think]

2014-11-09 Thread Kris Thielemans
From: Kris Thielemans Sent: 05 March 2014 11:28 Hi all We're trying to build an application using ITK on Windows using Visual Studio Express 2013 (downloads of all software happened last week, so I guess we're up-to-date). Unfortunately, we get a lot of configuration errors (see full

[CMake] Removing compiler options

2014-11-09 Thread Robert Dailey
When setting up a CLR project through CMake, it becomes important to be able to *remove* compiler options at the project level. For example, the following need to be removed (MSVC12): /RTC1 /EHsc There is no remove_compile_options() (which would be convenient). Any reason why this doesn't exist?

[CMake] FIND_PACKAGE () : self location ?

2014-11-09 Thread Nicholas Yue
Hi, I am improving an in-house Find*.cmake and need to determine (programmatically) where it (the Find*.cmake file) is located because I need to run a companion python script. Is there some variable I can query ? If not, I will find a different way but the above seems more intuitive and less

[CMake] Generator : Visual Studio 11 Win64 - AdditionalIncludeDirectories error

2014-11-09 Thread Nicholas Yue
Hi, Using CMake 2.8.12.2 on Windows 7 x64 with Visual Studio 2012 WDExpress, my include_directories() information are being embedded in the AdditionalOptions part of the generated *.vcxproj XML file instead of the AdditionalIncludeDirectories part I have tried with CMake 3.0.x, same problem

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-177-ga82dde2

2014-11-09 Thread Kitware Robot
20141109) +set(CMake_VERSION_PATCH 20141110) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake