[Cmake-commits] CMake branch, master, updated. v3.8.0-rc2-489-g45851e8

2017-03-16 Thread Kitware Robot
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 45851e850041d891fad3e45e22393f24e6aa12a9 (commit) from

[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-496-g9be4718

2017-03-16 Thread Kitware Robot
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 discards 2b86328aee7ecda22c0f785a5b39a507b5b2d69e (commit) discards

[cmake-developers] Adding a new henerator for CMake

2017-03-16 Thread Renato Utsch
Hello, Is there documentation somewhere on how to add a new generator to CMake? There's a build system I really want CMake to support, and I'd like to contribute to make that happen. How difficult / how much code is involved in writing a new generator? The build system has nothing to do with

[Cmake-commits] CMake branch, nightly, updated. v3.8.0-rc2-495-g2b86328

2017-03-16 Thread Kitware Robot
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, nightly has been updated discards 925b2149727b556f0df6873c1b60dafe466dcf59 (commit) discards

[Cmake-commits] CMake branch, nightly-master, updated. v3.8.0-rc2-488-ge781223

2017-03-16 Thread Kitware Robot
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, nightly-master has been updated via e781223c8887fa2602b40744c67cdc77f972a93b (commit) from

[CMake] C# Language Detection Errors in 3.8.0-rc2

2017-03-16 Thread Wesley Smith
I'm trying to test out the C# features added to 3.8.0. A few things: + I couldn't find any documentation as to what the language name for CSHARP was in the enable_language documentation page + When I tried enable_language(CSHARP), I got some errors CMake Error at CMakeLists.txt:4

[CMake] Building using Qt 5.8 and VS2017.

2017-03-16 Thread Andrew Maclean
At present the builds will fail. I have posted a report on the Qt forum: https://forum.qt.io/topic/77260/errors-when-building-cmake-and-vtk In the interim here is a temporary fix: The problem relates to the Qt macro: **Q_DECL_CONSTEXPR** If it is commented out in lines 593 to 714 of

Re: [CMake] Question regarding CUDA support in CMake 3.8.0-rc2

2017-03-16 Thread Nick Henderson
Thank you! Setting: set(CMAKE_CUDA_FLAGS "-arch compute_30 ${CMAKE_CUDA_FLAGS}") did the trick. Is there any documentation or example projects related to the new CUDA support? CUDA support is great to have and will simplify my build system! Thank you. -- View this message in context:

[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-495-g2b86328

2017-03-16 Thread Kitware Robot
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 discards e3241867579c4841b1f40d598a4e6c87dd80b22b (commit) discards

Re: [CMake] Question regarding CUDA support in CMake 3.8.0-rc2

2017-03-16 Thread Robert Maynard
Hi, The purpose of the cmake_device_link.o is to resolve device side symbols when doing separable compilation. We do this device linking step for all CUDA enabled targets as it makes the internal CMake to logic significantly easier ( no need to propagate another property through the graph, etc ).

Re: [CMake] CHECK_INCLUDE_FILE_CXX with built from source compiler

2017-03-16 Thread Robert Maynard
This is a known issue that will be resolved in CMake 3.8 ( https://cmake.org/cmake/help/v3.8/policy/CMP0067.html#policy:CMP0067 ) On Wed, Mar 15, 2017 at 5:12 AM, houssen wrote: > For the record, the solution is (try_compile needs this option): > SET(CMAKE_REQUIRED_FLAGS

[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-499-ge324186

2017-03-16 Thread Kitware Robot
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 e3241867579c4841b1f40d598a4e6c87dd80b22b (commit) via