Re: [CMake] Interest in adding to CMake the CMakeGet module to get dependencies

2017-08-05 Thread P F via CMake
> On Aug 4, 2017, at 9:18 PM, Craig Scott wrote: > > TLDR: There may be other work already covering similar capabilities (e.g. > hunter and WIP that I'm uncloaking here). This response is mostly about > providing broader discussion. > > > Paul it seems you've been

Re: [CMake] Interest in adding to CMake the CMakeGet module to get dependencies

2017-08-05 Thread Veikko Eeva
> TLDR: There may be other work already covering similar capabilities (e.g. > hunter and WIP that I'm uncloaking here). This response is mostly about > providing broader discussion. https://github.com/Microsoft/vcpkg https://github.com/conan-io/cmake-conan

[CMake] Failed to build C++ source with CMakeLists.txt

2017-08-05 Thread jupiter
Hi, I have built many open sources with gcc 4.9.1 on CentOS 6.8 platform, but I could not build this one and I have no idea what was wrong with this CMakeLists.txt, I have attached both CMakeLists.txt and CMakeError.log, appreciate any clues what was missing. Thank you. $ ls

Re: [cmake-developers] Linking Apple frameworks

2017-08-05 Thread Eric Wing
On 8/5/17, Craig Scott wrote: > I'm exploring the behaviour of target_link_libraries() where the library to > be linked is an Apple framework. As part of this, I noticed that the > following does not work: > > target_link_libraries(foo PRIVATE -framework AppKit) > > >

[cmake-developers] Linking Apple frameworks

2017-08-05 Thread Craig Scott
I'm exploring the behaviour of target_link_libraries() where the library to be linked is an Apple framework. As part of this, I noticed that the following does not work: target_link_libraries(foo PRIVATE -framework AppKit) This fails because the link command ends up with -framework -lAppKit

[Cmake-commits] CMake branch, master, updated. v3.9.0-426-g8d189eb

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