[CMake] can non cmake projects be added by externalproject_add?

2013-11-12 Thread Witold E Wolski
And if so how would I do it? I am actually trying to do it for glog (google log). regards Witold -- Witold Eryk Wolski -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support

Re: [CMake] can non cmake projects be added by externalproject_add?

2013-11-12 Thread Pau Garcia i Quiles
Hello, Of course you can. Take a look at winstng for instance, which builds a lot of non-CMake projects with ExternalProject: https://elpauer.assembla.com/code/winstng/git/nodes/master/cmake/CMakeLists.txt On Tue, Nov 12, 2013 at 6:01 PM, Witold E Wolski wewol...@gmail.com wrote: And if so

Re: [CMake] can non cmake projects be added by externalproject_add?

2013-11-12 Thread Jean-Christophe Fillion-Robin
And also: https://github.com/Slicer/Slicer/tree/master/SuperBuild Hth Jc On Tue, Nov 12, 2013 at 12:04 PM, Pau Garcia i Quiles pgqui...@elpauer.orgwrote: Hello, Of course you can. Take a look at winstng for instance, which builds a lot of non-CMake projects with ExternalProject:

Re: [CMake] can non cmake projects be added by externalproject_add?

2013-11-12 Thread Bill Hoffman
On 11/12/2013 1:21 PM, Jean-Christophe Fillion-Robin wrote: And also: https://github.com/Slicer/Slicer/tree/master/SuperBuild Hth Jc You may also want to look here: http://www.kitware.com/media/html/BuildingExternalProjectsWithCMake2.8.html -Bill -- Powered by www.kitware.com Please keep