[cmake-developers] [CMake 0014893]: ENABLE_LANGUAGE(ASM_MASM) adds back default configuration types

2014-04-22 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14893 == Reported By:Mattias Ljungstrom Assigned To:

Re: [cmake-developers] target_compile_features remaining issues

2014-04-22 Thread Brad King
On 04/21/2014 02:42 PM, Stephen Kelly wrote: Brad King wrote: Later CMake learns about the -std=c++11 flag for that compiler and honors the CXX_STANDARD request by passing it. Now the compiler has its extensions disabled and the project fails to build. This was due to an update in CMake,

[cmake-developers] [ANNOUNCE] CMake 3.0-rc4 now ready for testing!

2014-04-22 Thread Robert Maynard
I am proud to announce the CMake 3.0 fourth release candidate. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at

Re: [cmake-developers] [ANNOUNCE] CMake 3.0-rc4 now ready for testing!

2014-04-22 Thread Tim Blechmann
hi all, I am proud to announce the CMake 3.0 fourth release candidate. [snip] Changes made since CMake 3.0.0-rc3: i wonder, why did 90e22f8f713c not make it into rc4? it is a bug fix for the osx bundle generator, while the patch itself is trivial, the bug is a showstopper for me ... so it

Re: [cmake-developers] [ANNOUNCE] CMake 3.0-rc4 now ready for testing!

2014-04-22 Thread Brad King
On 04/22/2014 11:55 AM, Tim Blechmann wrote: i wonder, why did 90e22f8f713c not make it into rc4? it is a bug fix for the osx bundle generator, while the patch itself is trivial, the bug is a showstopper for me ... so it would be great if it can make it into rc4. Normally release candidates

Re: [cmake-developers] Added CUBINFATBIN support to FindCUDA

2014-04-22 Thread James Bigler
It should already support cuda run time building by default. This is what the OBJ target is for CUDA_WRAP_SRCS. This is what cuda_add_library and cuda_add_executable do. On Fri, Apr 18, 2014 at 5:18 AM, Tobias Zirr opensou...@alphanew.netwrote: Hello, I just added CUBIN FATBIN compilation