[Cmake-commits] CMake branch, master, updated. v3.10.1-645-g1eac7c6

2017-12-18 Thread Kitware Robot
VERSION_MINOR 10) -set(CMake_VERSION_PATCH 20171218) +set(CMake_VERSION_PATCH 20171219) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Ubuntu package versioning

2017-12-18 Thread
Uggh, it's an LTS thing? Yeah, well then it's my fault entirely. Maybe I shouldn't've gone for the LTS install. And yeah, I've already installed the most recent version. On Dec 18, 2017 10:39 PM, "Alan W. Irwin" wrote: > On 2017-12-18 19:14-0500 wrote: > > I'm not

Re: [CMake] Ubuntu package versioning

2017-12-18 Thread Raymond Wan
Hi Alexander, On Tue, Dec 19, 2017 at 11:39 AM, Alan W. Irwin wrote: > On 2017-12-18 19:14-0500 wrote: > >> I'm not sure who maintains the Ubuntu cmake package, but I *just* >> installed >> it, and cmake --version reported 3.5.1... a little bit out of date. > > > If

Re: [CMake] Ubuntu package versioning

2017-12-18 Thread Alan W. Irwin
On 2017-12-18 19:14-0500 wrote: I'm not sure who maintains the Ubuntu cmake package, but I *just* installed it, and cmake --version reported 3.5.1... a little bit out of date. If you look at the various Ubuntu distribution

[CMake] Ubuntu package versioning

2017-12-18 Thread
I'm not sure who maintains the Ubuntu cmake package, but I *just* installed it, and cmake --version reported 3.5.1... a little bit out of date. Sincerely, Alexander Riccio -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[Cmake-commits] CMake branch, master, updated. v3.10.1-644-g0816f74

2017-12-18 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 0816f7496b31829533419fa42932d00d9b0851ff (commit) via

Re: [CMake] Using SET_TARGET_PROPERTIES and IMPORTED_LINK_INTERFACE_LIBRARIES

2017-12-18 Thread CHEVRIER, Marc
Hi, Your assumption is erroneous. INTERFACE keyword is related to dependencies behavior against target (see target_link_libraries documentation). It do not specify type of target, so IMPORTED libraries will work as