[cmake-developers] [CMake 0015639]: [Feature Request] Generate one VS solution for several toolsets and architectures

2015-07-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15639 == Reported By:KindDragon Assigned To:

Re: [CMake] Setting CXX_STANDARD 11 Enables GNU Extensions

2015-07-05 Thread Roman Wüger
Hi, you must set the following in the root CMakeLists.txt file: set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) Did you mean that? http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_CXX_STANDARD.html

Re: [CMake] Setting CXX_STANDARD 11 Enables GNU Extensions

2015-07-05 Thread Michael Jackson
Is there a project wide CXX_STANDARD_REQUIRED that I can set? I am wanting to migrate our project to C++ 11 and would rather set something in the project root rather than find every place where our own and our customers plugin codes create a target. Thanks Mike Jackson On Jul 4, 2015, at 5:13

Re: [CMake] Setting CXX_STANDARD 11 Enables GNU Extensions

2015-07-05 Thread Michael Jackson
Cool, I think that is what I want. -- Mike Jackson Roman Wüger wrote: Hi, you must set the following in the root CMakeLists.txt file: set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) Did you mean that? http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_CXX_STANDARD.html

[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-820-g1965936

2015-07-05 Thread Stephen Kelly
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 1965936bb20f40951a1ee597769e4b92e3ae7713 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-828-gad034c4

2015-07-05 Thread Stephen Kelly
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 ad034c4a97a777f7a2f42a35110599b4fd99ac9c (commit) via

[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-822-g30c71d9

2015-07-05 Thread Stephen Kelly
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 30c71d915bf2feb6a37791f840f6519ebcf624d8 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.3.0-rc3-323-gd1db123

2015-07-05 Thread Kitware Robot
20150705) +set(CMake_VERSION_PATCH 20150706) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake