[Cmake-commits] CMake branch, master, updated. v3.11.0-rc3-193-gc703972

2018-03-10 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180310) +set(CMake_VERSION_PATCH 20180311) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] What are the actual benefits of namespaced targets?

2018-03-10 Thread Alan W. Irwin
On 2018-03-08 12:49-0800 Alan W. Irwin wrote: On 2018-03-08 20:05+0100 Nils Gladitz wrote: On 08.03.2018 19:50, Alan W. Irwin wrote: So what are the actual benefits of namespacing the exported targets associated with libraries? On the consumer side it makes linking to targets less error

Re: [CMake] [ANNOUNCE] CMake 3.11.0-rc3 is now ready for testing

2018-03-10 Thread Robert Maynard
You are correct the buildsystem documentation is out of date and now incorrect. So please submit patch. On Sat, Mar 10, 2018 at 4:03 AM, Kai Wolf wrote: > Hey, > > it’s nice to see that we’re now able to set include directories and compiler > flags for imported targets as

Re: [CMake] [ANNOUNCE] CMake 3.11.0-rc3 is now ready for testing

2018-03-10 Thread Kai Wolf
Hey, it’s nice to see that we’re now able to set include directories and compiler flags for imported targets as well apparently. This means, no more add_library(foo UNKNOWN IMPORTED) set_target_properties(foo PROPERTIES INTERFACE_INCLUDE_DIRECTORIES … IMPORTED_LOCATION ..)