[cmake-developers] [CMake 0015061]: Cannot build ITK Insight using CMake 3.0

2014-08-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15061 == Reported By:Tünde Szilágyi Assigned To:

[cmake-developers] [CMake 0015062]: CMake does not support solutions configuration for simulator (x86)

2014-08-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15062 == Reported By:a.grudin Assigned To:

[cmake-developers] [update]: CPack IFW generator

2014-08-06 Thread Konstantin Podsvirov
Hello dear developers! Hello Brad! (Again, Konstantin. Please accept my changes) Another announcement on the topic cpack-ifw-generator. Update from August 6, available for testing and use. I'm upset that this week I have not received a single review. But I understand that everyone has his own

Re: [cmake-developers] [update]: CPack IFW generator

2014-08-06 Thread Brad King
On 08/06/2014 11:11 AM, Konstantin Podsvirov wrote: Update from August 6, available for testing and use. Thanks. I squashed the new changes down to three commits: Doxygen: Add CPack/IFW subdir to doxyfile.in INPUT section http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3040ab8f Doxygen:

[cmake-developers] [ANNOUNCE] CMake 3.0.1 Released

2014-08-06 Thread Robert Maynard
We are pleased to announce that CMake 3.0.1 is now available for download. The change log page for this bug-fix only release is here: http://public.kitware.com/Bug/roadmap_page.php?version_id=123 Please use the latest release from our download page:

[cmake-developers] [CMake 0015065]: compile error Source/kwsys/ProcessUNIX.c, line 2214: error: incomplete struct/union/enum sigaction: act

2014-08-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15065 == Reported By:dev Assigned To:

[cmake-developers] [CMake 0015066]: MSVC level 3 warning in test code

2014-08-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15066 == Reported By:Ken Moreland Assigned To:

[CMake] Combining several static libraries into a single static library

2014-08-06 Thread Johan Laneau
Hi, I am in the process of deploying CMake into the build process of our department. I got already quite a lot of it working but I get stuck at one point: I can't see how we can combine several static libraries into a single static library with CMake. I'll give some background first, to help

Re: [CMake] Help cmake First project

2014-08-06 Thread Angeliki Chrysochou
Hi Rodrigo, Glad that it is working for you now. I just wanted to mention that I never had to set the language as properties to the source files since cmake detects it from the suffix of the source files you list, or at least I never had a case where the language was not properly detected. Other

[CMake] CMake 3.0, Qt 5, plugins and multiple executables inside OS X Bundle

2014-08-06 Thread Romain Leguay
Hello everyone, I have a Qt application that search for another Qt applications and some plugins too. On Windows, I just create the executables in the same folder but on Mac OS X, I can't do that: I must create a bundle like this: MyApplication.app/ Contents/ Frameworks/

Re: [CMake] Ctest and custom measurements

2014-08-06 Thread ycollette . nospam
Hello, I make a patch (against maint branch) to allow detection of: ...DartMeasurement../DartMeasurement... Instead of only: DartMeasurement../DartMeasurement Where can I add some documentation related to this ? Best regards, YC - Mail original - De: ycollette nospam

Re: [CMake] Combining several static libraries into a single static library

2014-08-06 Thread David Cole via CMake
Seems like your best bet using CMake would be to use OBJECT libraries for your Project01 through Project99 -- and then use STATIC libraries for your ReleaseLibraries, which combine the objects of the appropriate project libraries... You may need to use dummy source files for the static libs,

[CMake] make package_source with only symlinks in a subdirectory fails

2014-08-06 Thread Andre Naujoks
Hi. I reported this bug to the debian bug-tracker some time ago, but there seems to be no activity regarding this. So I report this here as well and hope for someone to respond. I created a patch (see below), which works for me, but might change things in a completely wrong place. I am on cmake

[CMake] A potential fix for issue #0014656

2014-08-06 Thread Nicolas Bock
Hi, I have modified the existing FindOpenMP.cmake code and added a Fortran test. In addition I copied CheckCSourceCompiles.cmake to compile Fortran code, which is needed by the Fortran test in FindOpenMP.cmake. Please find the two scripts attached. Could a CMake developer look the two scripts

Re: [CMake] Windows Path Issues

2014-08-06 Thread david
I've run it from CMD this time instead of Git Bash. Same results: C:\Users\IGEN006\WORKSPACE_C_CPP\PropWarecmake -G Unix Makefiles . -- The C compiler identification is GNU 4.6.1 -- The CXX compiler identification is GNU 4.6.1 -- The COGCXX compiler identification is GNU 4.6.1 -- The ECOGC

Re: [CMake] Windows Path Issues

2014-08-06 Thread David Cole via CMake
What's in your toolchain file? Is the file at C:/software/propgcc/bin/propeller-elf-gcc named propeller-elf-gcc.exe? Should there be a .exe in the compiler file name? What GNU make are you using? (The primary ones well tested for use with CMake on Windows are MinGW and MSYS...) Can you

Re: [CMake] Windows Path Issues

2014-08-06 Thread Daniel Schepler
Maybe you need to set it to C:/software/propgcc/bin/propeller-elf-gcc.exe instead? (Or ${WHATEVER_PATH}/propeller-elf-gcc${CMAKE_EXECUTABLE_SUFFIX} .) -- Daniel From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of da...@zemon.name Sent: Wednesday, August 06, 2014 8:50 AM To:

[CMake] [ANNOUNCE] CMake 3.0.1 Released

2014-08-06 Thread Robert Maynard
We are pleased to announce that CMake 3.0.1 is now available for download. The change log page for this bug-fix only release is here: http://public.kitware.com/Bug/roadmap_page.php?version_id=123 Please use the latest release from our download page:

[Cmake-commits] CMake branch, master, updated. v3.0.1-1621-g029edcd

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