Re: [CMake] ExternalProject git clone hangs on windows

2015-08-14 Thread Sergei Nikulov
15 авг. 2015 г. 3:04 AM пользователь "Tevet, Avi A" написал: > > Hi all, > > > Can someone please tell me what I need to do so that I can use VS2015 to build a project with git dependencies managed through ExternalProject_add? > Try clone git project using url from ExternalPoject_add. Possible gi

Re: [CMake] CMake Error at build/modules/add_boost.cmake:156 (message):‏

2015-08-14 Thread Sonya Blade
Hi Raymond Wan-2 Thank you in advance, your guess is correct Cmake module downloaded the boost and tried to compile it.Much more interestingly, it has extracted the current compiler suit on my machine (GCC 4.7.1) and downloaded the appropriate boost version "boost_1_55_0_GNU_4_7_1" then it get s

[CMake] ExternalProject git clone hangs on windows

2015-08-14 Thread Tevet, Avi A
Hi all, I've developed some source code in an SVN repo, with dependencies on a few git repos. My cmake build uses the ExternalProject_add module to manage the git dependencies. I developed everything (code, cmake files) on linux, but I decided to use cmake because I knew that I would be cross

[CMake] Best practices question: Organizing a library project

2015-08-14 Thread Andrey Pokrovskiy
Hi, What is best way to organize a library project that uses CMake as its build system? One advantage that I would expect from a library project with CMake build system is easy integration with another projects that also use CMake. In other words it should be very simple to include (add a dependen

Re: [CMake] Generating Windows 10 universal project?

2015-08-14 Thread Gilles Khouzam
Hi Parag, Please use our fork for Windows 10 universal support. I’m working on getting the patch ready to be integrated in the official code. https://github.com/Microsoft/CMake. The branch is feature/Win10 Thanks. ~Gilles From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Parag Chandra

[CMake] Function to get a list of all (recursively) linked libraries?

2015-08-14 Thread Mueller-Roemer, Johannes Sebastian
Is there any simple method of acquiring a list of (absolute paths, generator expressions for debug/release are ok) all libraries linked to an executable or shared target? The LINK_LIBRARIES property contains targets and aliased targets and makes creating such a list quite complicated, but CMake