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.
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
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
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