[CMake] Problems with nightly builds

2012-05-31 Thread NoRulez
Hello,i've a build server running based on http://www.cmake.org/Wiki/CTest:Buildserver.The build slave is a Windows Server 2003 R2.So, what I try to archive is the following:Each time a developer check in files/changes, then the continuous build (every minute) starts to with the last changes found.

[CMake] AIX exports, CMAKE_C_CREATE_SHARED_LIBRARY, custom commands and OBJECT_DIR property

2012-05-31 Thread Brett Delle Grazie
Hi, Is there any way to supplant / override the C CMAKE_C_CREATE_SHARED_LIBRARY rule for a specific target (and only that target) on AIX? Or alternatively, is there any way to retrieve or construct the OBJECT_DIR property of a library target (i.e. where the compiled .o files wind up) in a custom c

Re: [CMake] selective compilation according to suffix

2012-05-31 Thread Mathias Gaunard
On 29/05/2012 10:48, Ilias Miroslav wrote: Dear CMake experts, in our project we have some categories of compiler flags, like 'safe flags'-no optimization, 'runtime checking flags', 'profiling flags' and so on. I would like to have defined own filename extensions according to specific compil

Re: [CMake] Create a binary package

2012-05-31 Thread Eric Noulard
2012/5/31 jupiter : > Hi, > > Sorry for an FAQ, I am new to cpack. I am going to use cpack to generate an > rpm package to contain all binary files, bin, lib etc under > CMAKE_BINARY_DIR/myApplicationBinaryDir. Which cpack variable I can use to > define the package content to include the binary dir