Re: [cmake-developers] CTEST_USE_LAUNCHERS and Ninja

2012-10-14 Thread Nicolas Desprès
On Sun, Oct 14, 2012 at 4:38 AM, Mathias Gaunard mathias.gaun...@ens-lyon.org wrote: CTEST_USE_LAUNCHERS is a feature that allows better reporting of compilation errors to a dashboard. Unfortunately, it only works with the Makefile generator. Since ninja is significantly faster and just

Re: [cmake-developers] [PATCH] Added a generator for Sublime Text 2 project files.

2012-10-14 Thread Morné Chamberlain
On 14 October 2012 00:21, Bill Hoffman bill.hoff...@kitware.com wrote: On 10/13/2012 9:55 AM, Rolf Eike Beer wrote: +#if defined(_WIN32) +# define PATH_SEP \\ +#else +# define PATH_SEP / +#endif I bet there is something in kwsys or so that will handle this stuff. The convention is to

[cmake-developers] [PATCH v2 0/1] Added a generator for Sublime Text 2 project files

2012-10-14 Thread Morné Chamberlain
Here is a new version of the patch. In this version the project file no longer includes an explicit list of source files, just simply the entire source directory (build directory excluded). This version also adds a CMAKE_SUBLIMECLANG_DISABLED variable that can be used to disable SublimeClang in

Re: [cmake-developers] IRC meeting tomorrow ?

2012-10-14 Thread Eric Noulard
2012/10/14 Alexander Neundorf neund...@kde.org: Hi, this week I might have actually remembered it, but tomorrow I'm on business trip, so I won't have time to attend... So, I just merged AutomocFixDuplicatedFiles_13572 branch into next, which fixes

[cmake-developers] Ninja and optional support for Fortran

2012-10-14 Thread Marcus D. Hanwell
Hi, We use Eigen in a few projects, and it has optional support for Fortran. It seems that the way it probes for a working Fortran compiler causes the Ninja generator to error out. CMake Error: The Ninja generator does not support the language Fortran yet. -- The Fortran compiler identification

[CMake] Mixed compilation of CUDA C and C++ code

2012-10-14 Thread Christian Guckelsberger
Hi there, I wonder if a mixed compilation of both CUDA C code (nvcc compiler) and ordinary C++ code (any compiler) is possible. Formerly, I compiled the sources separately and then linked them together, which works fine. I know there's a CUDA module for cmake, but it only offers a command to

[CMake] target_link_libraries fails if one of the libraries is NOTFOUND

2012-10-14 Thread Vyacheslav Karamov
Hi All! I've found annoying bug in Cmake 2.8.8 for Linux. I tried to submit it to Cmake bug tracker, but I couldn't register. My target which is dynamic library, uses some static libs: target_link_libraries(${lib_name} debug ${do_scoring_debug} optimized ${do_scoring} ) When I tried to build

[CMake] add_custom_command

2012-10-14 Thread Totte Karlsson
Hi, I have an executable target, that I want to be executed as part of its own build. The target takes one argument, which is output folder of a text file. This text file is part of my source dir. In my CMake file I have, at the end set( resultFileFolder ${PROJECT_SOURCE_DIR}/wiki/reports)

[CMake] Display all possible options in a CMakeLists file, like what we do with configure --help

2012-10-14 Thread Tschijnmo Tschau
Hi! Sometimes different code has very different sets of options to tweak in the building process. So when building a package with GNU autotools, usually the first thing I do is ``configure --help'' to list all the possible options that I can change. I am a little curious if there is something

Re: [CMake] cmake on Windows x64

2012-10-14 Thread Yuri Timenkov
Except that you have CMAKE_SYSTEM_PROCESSOR == x86 (event for Win64 generators) in your CMake files along with all search paths which sometimes very inconvenient. On Fri, Oct 12, 2012 at 5:31 PM, John Drescher dresche...@gmail.com wrote: I noticed that there is cmake binary package for Windows

Re: [CMake] add_custom_command

2012-10-14 Thread Michael Wild
Hi On 10/15/2012 12:54 AM, Totte Karlsson wrote: Hi, I have an executable target, that I want to be executed as part of its own build. The target takes one argument, which is output folder of a text file. This text file is part of my source dir. In my CMake file I have, at the end

[Cmake-commits] CMake branch, master, updated. v2.8.9-533-ge0e190c

2012-10-14 Thread Kitware Robot
) +set(CMake_VERSION_TWEAK 20121014) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- CMake

[Cmake-commits] CMake branch, next, updated. v2.8.9-1085-g316f5b0

2012-10-14 Thread Alexander Neundorf
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 316f5b036fb9ebe3dd444c103b1388111754faa7 (commit) via