[CMake] ExternalProject_Add examples

Pau Garcia i Quiles pgquiles at elpauer.org
Sat Mar 17 17:05:50 EDT 2012


Hi,

OpenSSL is very tricky on Windows. You'll find my solution (it requires a
two-stage process) at http://gitorious.org/winstng


On Sat, Mar 17, 2012 at 10:03 PM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> Folks,
>
> I've recently created a number of super builds using CMake's External
> Project mechanism. Each external project requires some sort of
> download, configuration, build and possibly install. The CMake defines
> needed to correctly access the results of the external project vary
> significantly. The trickiest part is find the proper download,
> configuration and CMake defines.
>
> For example, for the Point Cloud Library (http://pointclouds.org/) I
> created these external projects:
> VTK - git, cmake, make; VTK_DIR
> FLANN - zip, cmake, make install; FLANN_LIBRARY, FLANN_INCUDE_DIR
> Eigen - .tar.bz2,; EIGEN_INCLUDE_DIR
> Qhull - git, cmake, make;QHULL_LIBRARY,QHULL_INCLUDE_DIR
> Boost - .tar.gz, bootstrap.sh, b2; BOOST_ROOT
> GTest - .zip, cmake, make; GTEST_ROOT,GTEST_INCLUDE_DIR
>
> Slicer4 has many more.
>
> Should we start collecting sample ExternalProject_Add files for
> external projects?
>
> Bill
> --
> Unpaid intern in BillsBasement at noware dot com
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>



-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120317/ed033b85/attachment.htm>


More information about the CMake mailing list