Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-30 Thread Daniele E. Domenichelli
Hello Brad, On 29/10/14 14:38, Brad King wrote: In the updated docs for CMAKE_ARGS, CMAKE_CACHE_ARGS, and CMAKE_CACHE_DEFAULT_ARGS, the intro line now needs a period. The new RunCMake.ExternalProject test looks good. However, it does not verify that the external project actually builds

Re: [cmake-developers] Help enabling libssh2 in cmake

2014-10-30 Thread Brad King
On 10/29/2014 04:27 PM, Jameson Merkow wrote: I am working on adding libssh2 support into cmake Great! change for libssh2_free to libssh2_free2 in ssh.c Try building against a system-installed curl by enabling CMAKE_USE_SYSTEM_CURL. That should be much more recent than the version that comes

[cmake-developers] Proposed patch for FindMPI.cmake (Intel MPI)

2014-10-30 Thread Thompson, KT
Please find below a proposed patch that addresses this bug: http://public.kitware.com/Bug/view.php?id=15182 (FindMPI.cmake fails to properly detect Intel MPI 5.0.1). Because the return code is unreliable for the Intel MPI compile wrappers (e.g.: 'mpiicpc -showme:compile'), the output text

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-30 Thread Brad King
On 10/30/2014 10:21 AM, Daniele E. Domenichelli wrote: I updated the topic and modified one of the tests in ExternalProjectLocal to use the new CMAKE_CACHE_DEFAULT_ARGS argument. Thanks. Unfortunately this triggered a hidden bug in the external projects, so I fixed it with an extra commit,

Re: [cmake-developers] Proposed patch for FindMPI.cmake (Intel MPI)

2014-10-30 Thread Brad King
On 10/30/2014 10:41 AM, Thompson, KT wrote: Please find below a proposed patch that addresses this bug: http://public.kitware.com/Bug/view.php?id=15182 (FindMPI.cmake fails to properly detect Intel MPI 5.0.1). Thanks. I've linked this thread from the issue. There are many invocations of the

[cmake-developers] Expected difference in execute_process between MSYS / UNIX

2014-10-30 Thread Richard Shaw
I'm working on a big update to the FindFLTK module and I'm testing it on all platforms I have access to. One problem that took me quite a while to figure out was that on *nix systems, execute_process works with shell scripts but on my MSYS2 install it does not, I have to prefix the command with

Re: [cmake-developers] Expected difference in execute_process between MSYS / UNIX

2014-10-30 Thread Brad King
On 10/30/2014 01:55 PM, Richard Shaw wrote: I'm working on a big update to the FindFLTK module and I'm testing it on all platforms I have access to. One problem that took me quite a while to figure out was that on *nix systems, execute_process works with shell scripts but on my MSYS2 install

Re: [cmake-developers] Expected difference in execute_process between MSYS / UNIX

2014-10-30 Thread Brad King
On 10/30/2014 03:25 PM, Brad King wrote: MSYS is Windows, not POSIX/Cygwin. More specifically, CMake is a normal Windows process even when generating for MSYS Makefiles. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [cmake-developers] [ANNOUNCE] CMake 3.1.0-rc1 now ready for testing!

2014-10-30 Thread Eric Wing
Just curious, are the new WinRT changes the same exact changes from CMakeMS? And if the CMakeMS people are listening, I just want to say you guys did a terrific job! Thanks, Eric -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] [ANNOUNCE] CMake 3.1.0-rc1 now ready for testing!

2014-10-30 Thread Robert Dailey
Why are quotations required for generator expressions using lists now? Is there a technical reason for it? I think it's intuitive that it worked without them. It's never been clear in CMake when to use quotes or not outside of the fact that if you're passing a parameter to a function with a space

Re: [CMake] [ANNOUNCE] CMake 3.1.0-rc1 now ready for testing!

2014-10-30 Thread Brad King
On 10/30/2014 12:22 PM, Robert Dailey wrote: Why are quotations required for generator expressions using lists now? It is not a new requirement. This has always been the case. It was just that between 2.8.12 and 3.0 an idiosyncrasy of the implementation changes accidentally removed the

[CMake] What generator(s) should be used for MinGW-w64?

2014-10-30 Thread Alan W. Irwin
PLplot developers and users have had a lot of success with MinGW alone (using the MinGW Makefiles generator) or the combination of MinGW and MSYS (using the MSYS Makefiles generator). However, there is another gcc compiler out there for Windows called MinGW-w64 that one of our users would like

Re: [CMake] [cmake-developers] [ANNOUNCE] CMake 3.1.0-rc1 now ready for testing!

2014-10-30 Thread Eric Wing
Just curious, are the new WinRT changes the same exact changes from CMakeMS? And if the CMakeMS people are listening, I just want to say you guys did a terrific job! Thanks, Eric -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Xcode generator per architecture setting

2014-10-30 Thread thehesiod
Bin Chen wrote Hi, For Xcode generator, is it possible to specify CFLAGS for each architecture, e.g. i386 and x86_64? Thanks! Best regards, Bin Chen I used to set set_target_properties(${DRM_TARGET_NAME} PROPERTIES XCODE_ATTRIBUTE_OTHER_CFLAGS[arch=${_NATIVE_ARCH}] ${MY_OTHER_CFLAGS})

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-214-g2d1d312

2014-10-30 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 2d1d312f9812366f5a84edfc3aecd3566f62b60a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-219-g0d58a36

2014-10-30 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 0d58a36ede819753219c5f417db001182ade3ff9 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-81-g927b594

2014-10-30 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, master has been updated via 927b59403fe522d02308c7c5cc14d0c9d14f5b21 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-221-g50ffef2

2014-10-30 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 50ffef22728c91aab4a5013790783f1e6cb1fff2 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-77-g89fd4b8

2014-10-30 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, master has been updated via 89fd4b82d17b1072c6c4852087a2f01b66600e8d (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-79-g6e1e7dd

2014-10-30 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, master has been updated via 6e1e7dd01499d11ae949f73b061dedf3bae7b6a9 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-89-gf2746f2

2014-10-30 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, master has been updated via f2746f2ebec8f929986f5a7abc5e9285a7553097 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-75-g2e953c7

2014-10-30 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, master has been updated via 2e953c76573b5e146ce77ee807e4b1d2f4f60ed3 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-84-gb233a09

2014-10-30 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, master has been updated via b233a09f6e9bed46b65079a2d78d865b816b79c7 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-87-g5e27e6f

2014-10-30 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, master has been updated via 5e27e6f896976e1d167548f740f46d1477c8c48c (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-223-g51ef964

2014-10-30 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 51ef964615855d4fad76bf681b8c1a3f0ddb9882 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-231-gd09a1e3

2014-10-30 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 d09a1e30cc63119df91a8b69761d81cb352d7244 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-90-gf274597

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