[cmake-developers] [CMake 0013163]: A warning is emited when compiling with intel compiler (version 2011)

2012-04-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13163 == Reported By:ycollet Assigned To:

[cmake-developers] [CMake 0013164]: UTF-8 characters of C++ source files appear wrong in CDash viewCoverageFile

2012-04-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13164 == Reported By:Zog Zog Assigned To:

[cmake-developers] [CMake 0013166]: Can't set CMAKE_ASM_NASM_OBJECT_FORMAT = 'bin', always resetted to 'elf'

2012-04-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13166 == Reported By:Adrien Pensart Assigned To:

[CMake] something like WILL_FAIL for tests that should crash

2012-04-24 Thread Leif Walsh
I have some tests that are expected to abort. Imagine something like: #include assert.h int main(void) { assert(0); return 0; } If I put this test into cmake and set the test's property WILL_FAIL to TRUE, it fails with Exception: Other. I'm writing C, so I don't have exceptions, but

Re: [CMake] Autotools sub project, static lib in a shared lib

2012-04-24 Thread Leif Walsh
Thanks, this worked perfectly. On Apr 23, 2012, at 11:45 AM, Nicolas Desprès wrote: Hi, You can have a look at the ExternalProject module: $ cmake --help-module ExternalProject Cheers, -Nico On Mon, Apr 23, 2012 at 5:10 PM, Leif Walsh leif.wa...@gmail.com wrote: Hi, I have a

Re: [CMake] Zero coverage being reported on gcc/Linux builds.

2012-04-24 Thread David Cole
Ugh. You're probably doing everything right, and there's just a bug of some sort. Unfortunately, debugging these things is neither easy nor fun. First, look for Coverage*.log files in the Testing/ subdirectories of your build tree. Are there any errors mentioned in there? Next, verify that there

Re: [CMake] Zero coverage being reported on gcc/Linux builds.

2012-04-24 Thread Bradley Lowekamp
Hello, Are both of these project using SuperBuilds? I know with SimpleITK I was unable to get coverage to work in the SuperBuild structure. To get coverage we are doing the project, with its self not being an ExternalProject. However, valgrind works just fine in the Superbuild structure. I

[CMake] cmake cygwin -uninstall

2012-04-24 Thread vijaya subramanian
Hi I installed cmake on cygwin but when I tried to use it Norton antivirus disabled it and I couldn't get it to work. I then tried to run ./bootstrap and make/make install again but nothing works now. Is there someway I can uninstall the package and reinstall? Vijaya

[CMake] multi-stage tests with valgrind

2012-04-24 Thread Leif Walsh
Hi, I have some tests that need to be run as distinct commands, for example: foo_test --crash test $? != 0 foo_test --recover Right now, I have shell scripts that do this, so I have something like add_test(foo_test run_foo_test.sh ${CMAKE_CFG_INTDIR}/foo_test) but this doesn't work with

Re: [CMake] multi-stage tests with valgrind

2012-04-24 Thread Leif Walsh
Also, it would be nice if there was a way to specify that only some of the commands should be run with valgrind, but that may be asking too much. On Tue, 24 Apr 2012, Leif Walsh wrote: Hi, I have some tests that need to be run as distinct commands, for example: foo_test --crash test $?

Re: [CMake] multi-stage tests with valgrind

2012-04-24 Thread Bill Hoffman
On 4/24/2012 12:07 PM, Leif Walsh wrote: Also, it would be nice if there was a way to specify that only some of the commands should be run with valgrind, but that may be asking too much. What I usually do is use the --trace-children option. I have even patched (accepted upstream now),

Re: [CMake] multi-stage tests with valgrind

2012-04-24 Thread Leif Walsh
Thanks. Looks like that will work great! On Tue, 24 Apr 2012, Bill Hoffman wrote: On 4/24/2012 12:07 PM, Leif Walsh wrote: Also, it would be nice if there was a way to specify that only some of the commands should be run with valgrind, but that may be asking too much. What I

[CMake] [CMAKE] Defining MPI_C_COMPILER on Windows

2012-04-24 Thread Michel Lestrade
I need to pass the MPI_C_COMPILER value through the command line since the Intel MPI libraries are not being recognized properly by the FindMPI script (CMake 2.8.8). I used the following syntax: cmake -G NMake Makefiles -DMPI_C_COMPILER:FILEPATH=C:/Program Files

Re: [CMake] [CMAKE] Defining MPI_C_COMPILER on Windows

2012-04-24 Thread Michel Lestrade
Replying to my own post in case future users run into the same issue: the extension (.bat in this case) must be specifically included for the file to be found. On 24/04/2012 10:57 AM, Michel Lestrade wrote: I need to pass the MPI_C_COMPILER value through the command line since the Intel MPI

[Cmake-commits] CMake branch, next, updated. v2.8.8-2679-g0009f0d

2012-04-24 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 0009f0d64cb722c417f7373215a9285bb6561b3f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2681-gde22852

2012-04-24 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 de22852abf150c86a259dc27eb8e7973a13025b7 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-23-g5d15430

2012-04-24 Thread KWSys Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 67f3d2f..33b8f04 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 8) -SET(CMake_VERSION_TWEAK 20120424