[Cmake-commits] CMake branch, master, updated. v3.9.0-rc3-125-g829ce06

2017-06-19 Thread Kitware Robot
_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170619) +set(CMake_VERSION_PATCH 20170620) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Missing _EXPORTS definition in CUDA host compilation

2017-06-19 Thread Robert Maynard
Hi James, In testing we have not been able to replicate the reported behavior. We are seeing that the .cu files inside a shared library have the correct export defines setup. On Mon, Jun 19, 2017 at 8:23 AM, Robert Maynard wrote: > Hi James, > > I have created a bug

Re: [cmake-developers] [PATCH 1/1] Add binutils' size to list of variables

2017-06-19 Thread Brad King
On 06/19/2017 11:35 AM, Alexander Stein wrote: > In case there is no native size tool (e.g. on Windows) a binutils > toolchain provides this. Create a variable for it. Thanks. Please see `CONTRIBUTING.rst` for the preferred contribution path and open a merge request on our GitLab instance

[cmake-developers] [PATCH 1/1] Add binutils' size to list of variables

2017-06-19 Thread Alexander Stein
In case there is no native size tool (e.g. on Windows) a binutils toolchain provides this. Create a variable for it. Signed-off-by: Alexander Stein --- Modules/CMakeFindBinUtils.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc3-124-g622b4dd

2017-06-19 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 622b4dd785e6491c55b87c3a3f23997d66e95988 (commit) via

Re: [CMake] Missing _EXPORTS definition in CUDA host compilation

2017-06-19 Thread Robert Maynard
Hi James, I have created a bug report for this issue, which you can track at: https://gitlab.kitware.com/cmake/cmake/issues/16993 On Fri, Jun 16, 2017 at 12:14 PM, Hancox, James wrote: > Hi, > > > > I’m trying out the new CUDA support for Visual Studio generators in Cmake >