[Cmake-commits] CMake branch, master, updated. v3.9.0-rc1-3-g1c9ff4a

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

Re: [CMake] C++ standard version fallbacks.

2017-06-05 Thread Stephen Kelly
Craig Scott wrote: > On Tue, Jun 6, 2017 at 7:50 AM, Stephen Kelly > wrote: > >> Roger Leigh wrote: >> >> > Hi folks, >> > >> > I'm currently using this logic to use C++14 with a fallback to C++11 >> > when C++14 is unavailable: >> > >> >if(NOT CMAKE_CXX_STANDARD) >> >

Re: [CMake] C++ standard version fallbacks.

2017-06-05 Thread Craig Scott
On Tue, Jun 6, 2017 at 7:50 AM, Stephen Kelly wrote: > Roger Leigh wrote: > > > Hi folks, > > > > I'm currently using this logic to use C++14 with a fallback to C++11 > > when C++14 is unavailable: > > > >if(NOT CMAKE_CXX_STANDARD) > > set(CMAKE_CXX_STANDARD 14) > >

Re: [CMake] C++ standard version fallbacks.

2017-06-05 Thread Stephen Kelly
Roger Leigh wrote: > Hi folks, > > I'm currently using this logic to use C++14 with a fallback to C++11 > when C++14 is unavailable: > >if(NOT CMAKE_CXX_STANDARD) > set(CMAKE_CXX_STANDARD 14) >endif() >if(NOT CMAKE_CXX_STANDARD_REQUIRED) > set(CMAKE_CXX_STANDARD_REQUIRED

Re: [cmake-developers] Question about ALIAS targets

2017-06-05 Thread Stephen Kelly
David Cole via cmake-developers wrote: > Is there a good reason why this error must be an error? > > CMake Error at CMakeLists.txt:23 (add_library): > add_library cannot create ALIAS target "MyProj::gtest" because > target "OtherProj::googletest" is IMPORTED. > > The line of

Re: [cmake-developers] how can I set per-config rpath ?

2017-06-05 Thread Brad King
On 06/05/2017 10:33 AM, comic fans wrote: > cmake/tests/jump/executable script called link_directories to set rpath, > how could I set this per-config ?(debug exe use debug library output > dir as rpath, release exe use release library output dir as rpath). > this is for experimental fastbuild

[cmake-developers] Question about ALIAS targets

2017-06-05 Thread David Cole via cmake-developers
Is there a good reason why this error must be an error? CMake Error at CMakeLists.txt:23 (add_library): add_library cannot create ALIAS target "MyProj::gtest" because target "OtherProj::googletest" is IMPORTED. The line of code is: add_library(MyProj::gtest ALIAS

[cmake-developers] [ANNOUNCE] CMake 3.9.0-rc1 now ready for testing

2017-06-05 Thread Robert Maynard
I am proud to announce the first CMake 3.9 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.9 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.9/release/3.9.html Some of the more significant

[CMake] [ANNOUNCE] CMake 3.9.0-rc1 now ready for testing

2017-06-05 Thread Robert Maynard
I am proud to announce the first CMake 3.9 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.9 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.9/release/3.9.html Some of the more significant

Re: [cmake-developers] CMake 3.9 feature freeze on 2017-06-01

2017-06-05 Thread Brad King
On 05/30/2017 11:31 AM, Brad King wrote: > I'll announce when post-3.9 development is open. I've branched 'release' for 3.9. The repository is now open for post-3.9 development. Please rebase open merge requests on 'master' before staging or merging. > Meanwhile the following types of changes

[Cmake-commits] CMake annotated tag, v3.9.0-rc1, created. v3.9.0-rc1

2017-06-05 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 annotated tag, v3.9.0-rc1 has been created at 814f213d4cc83be823eb5eb33ff140a319c156eb (tag) tagging

[Cmake-commits] CMake branch, master, updated. v3.8.2-1409-gc095e90

2017-06-05 Thread Kitware Robot
/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 0) -set(CMake_VERSION_RC 1) +set(CMake_VERSION_PATCH 20170605) +#set(CMake_VERSION_RC 1) https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fc812c0d

[Cmake-commits] CMake branch, master, updated. v3.8.2-1405-gd025faf

2017-06-05 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 d025faf436c86ee9cc033fbb324a9bc2c18757fa (commit) via

[Cmake-commits] CMake branch, master, updated. v3.8.2-1396-gc6ea3f0

2017-06-05 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 c6ea3f01c3e78145b8fd3dd534d8803d8f7e7bd7 (commit) via

Re: [CMake] Provide default compiler/link flags in cache before project command.

2017-06-05 Thread Robert Maynard
You should look at the CMAKE__LANG_FLAGS_INIT ( https://cmake.org/cmake/help/v3.8/variable/CMAKE_LANG_FLAGS_INIT.html ) set of variables they are designed to resolve this issue. On Fri, Jun 2, 2017 at 11:03 PM, Marco Satti wrote: > Hi, I am trying to let the user pick their