[cmake-developers] [CMake 0014386]: Broken build (proposing fix)

2013-09-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14386 == Reported By:pinker Assigned To:

Re: [cmake-developers] confusing documentation: VS_WINRT_EXTENSIONS

2013-09-03 Thread Daniel Pfeifer
2013/9/2 Brad King brad.k...@kitware.com: On 09/02/2013 11:42 AM, Daniel Pfeifer wrote: The target property VS_WINRT_EXTENSIONS is documented as: Can be set to enable C++/CX language extensions. Is that really what this property does? [snip] So my question again: Does VS_WINRT_EXTENSIONS

Re: [cmake-developers] confusing documentation: VS_WINRT_EXTENSIONS

2013-09-03 Thread Brad King
On 09/03/2013 03:39 AM, Daniel Pfeifer wrote: According to http://www.cmake.org/Bug/view.php?id=12930#c30721, WindowsAppContainer will not pass /ZW to the command line. Hence, setting VS_WINRT_EXTENSIONS will not enable C++/CX and the documentation is incorrect. But that is good. Maybe also

Re: [cmake-developers] FindGTK2-quiet topic

2013-09-03 Thread Daniele E. Domenichelli
Hello Brad, Sorry for the delay in the reply but I was on holiday. On 27/08/13 15:16, Brad King wrote: On 08/09/2013 10:56 AM, Daniele E. Domenichelli wrote: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1e18051f687836052479b70f28c520a5e0626dd7 FindGTK2: Search for modules quietly

Re: [cmake-developers] confusing documentation: VS_WINRT_EXTENSIONS

2013-09-03 Thread Daniel Pfeifer
2013/9/3 Brad King brad.k...@kitware.com: On 09/03/2013 03:39 AM, Daniel Pfeifer wrote: According to http://www.cmake.org/Bug/view.php?id=12930#c30721, WindowsAppContainer will not pass /ZW to the command line. Hence, setting VS_WINRT_EXTENSIONS will not enable C++/CX and the documentation is

Re: [cmake-developers] FindGTK2-quiet topic

2013-09-03 Thread Brad King
On 09/03/2013 09:17 AM, Daniele E. Domenichelli wrote: I fixed my topic and merged to next again as a new commit because I'm still not sure about how to squash commits. Great, thanks. I'll squash it before final merge. -Brad -- Powered by www.kitware.com Visit other Kitware open-source

[cmake-developers] [CMake 0014387]: setting MS build output verbosity to Diagnostic in VisualStudio leads to CMAKE_CXX_SIZEOF_DATA_PTR set to

2013-09-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14387 == Reported By:Martin Gegenheimer Assigned To:

[CMake] ANN: CMake Course - September 23 in Lyon, France

2013-09-03 Thread Julien Jomier
Kitware will be holding a CMake training course on September 23, 2013 in Lyon, France. This one-day course will cover CMake, CTest, CPack and CDash. Visit our website for more information and registration details (early registration finishes at the end of the week):

[CMake] Android(.mk) generator

2013-09-03 Thread Zoltan Gaal
I'm trying to create a new generator for android native build system (aka Android.mk). I know there exists solutions to generate makefile based toolchain and also there is an alternative to generate the *.mk from cmakelist.txt, but in my case I'd prefer a real generator. I don't need a fully

Re: [CMake] Fortran program linked with C++ library

2013-09-03 Thread Brad King
On 08/31/2013 10:50 AM, Marcin Wojdyr wrote: What's the best practice for linking Fortran program with C++ library? The library is external, built using autotools, either dynamic or static. The problem is that runtime c++ library is not linked when the library is static. I though that the

Re: [CMake] Xcode generator : is it commonly used ?

2013-09-03 Thread Sean McBride
On Tue, 3 Sep 2013 07:26:44 +1000, Nicholas Yue said: I am currently on OS X 10.7 and am wondering if there are other developer on the same OS version and XCode 4.4.1 and have success with that tool chain and hope to learn the correct work flow since the changes at Apple with the move

Re: [CMake] Xcode generator : is it commonly used ?

2013-09-03 Thread Nicolas Desprès
On Mon, Sep 2, 2013 at 11:26 PM, Nicholas Yue yue.nicho...@gmail.comwrote: Hi, I have been using CMake for a couple of years on the Windows, Linux and OS X platform. (c++ development) In the last 12 months or so, I have found that I can no longer generate usable XCode files, I have

[CMake] Makefile doesn't automatically create executable path as Ninja

2013-09-03 Thread Felipe Menezes Machado
Hi, I'm having trouble understanding this behavior: what happens if the directory of the executable doesn't exist? I created a minimum example CMakeLists.txt (where foo.cpp is just a hello world): add_executable(test/test.bin foo.cpp) If the test directory doesn't exist, should the build

Re: [CMake] Fortran program linked with C++ library

2013-09-03 Thread Brad King
On 09/03/2013 01:57 PM, Marcin Wojdyr wrote: On 3 September 2013 15:46, Brad King brad.k...@kitware.com wrote: One way to do this is to tell CMake that the library uses C++ using the IMPORTED_LINK_INTERFACE_LANGUAGES property on an That's what I was looking for, but for me instead of adding

Re: [CMake] Makefile doesn't automatically create executable path as Ninja

2013-09-03 Thread Matthew Woehlke
On 2013-09-03 13:21, Felipe Menezes Machado wrote: I'm having trouble understanding this behavior: what happens if the directory of the executable doesn't exist? I created a minimum example CMakeLists.txt (where foo.cpp is just a hello world): add_executable(test/test.bin foo.cpp) If the test

Re: [CMake] Makefile doesn't automatically create executable path as Ninja

2013-09-03 Thread Andreas Pakulat
Hi, On Tue, Sep 3, 2013 at 7:41 PM, Felipe Menezes Machado feli...@gmail.comwrote: On Tue, Sep 3, 2013 at 2:33 PM, Matthew Woehlke matthew.woeh...@kitware.com wrote: On 2013-09-03 13:21, Felipe Menezes Machado wrote: I'm having trouble understanding this behavior: what happens if the

Re: [CMake] Makefile doesn't automatically create executable path as Ninja

2013-09-03 Thread Felipe Menezes Machado
On Tue, Sep 3, 2013 at 2:33 PM, Matthew Woehlke matthew.woeh...@kitware.com wrote: On 2013-09-03 13:21, Felipe Menezes Machado wrote: I'm having trouble understanding this behavior: what happens if the directory of the executable doesn't exist? I created a minimum example CMakeLists.txt

[CMake] Absolute Path linking library

2013-09-03 Thread Laurent Chauvin
Hello everyone, I'm working on a library, and I would like the users be able to create their own program and liking to my library (by specifying path in cmake). I created the library and an example to test it. Everything compiles. However, when I try to run my example I have this error:

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4071-g26a4558

2013-09-03 Thread Daniele E . Domenichelli
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 26a455840b3b40179314c50b0d04c31002cd34ee (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4073-g3e44b0e

2013-09-03 Thread Robert Maynard
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 3e44b0e27c10b197788cd985db279465dd654be6 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.2-821-g0fcdef5

2013-09-03 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 8600c4d..4095004 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 11) -set(CMake_VERSION_TWEAK 20130903