Skip to content
sumedhghaisas edited this page Dec 22, 2015 · 4 revisions

Since not every package use CMake as a build tool there are templates for ExternalProject_Add command. These templates called build schemes and allow usage of custom build tools. For example see tutorial how to trigger xcodebuild instead of CMake. Command hunter_pick_scheme will help you to choose appropriate scheme if there are several of them.

General

url_sha1_download.cmake.in

  • Scheme used for downloading only. I.e. when you need to download something that is not an unpackable archive or archive that you don't want to unpack for any reason

url_sha1_unpack.cmake.in

url_sha1_cmake.cmake.in

  • Scheme used to build CMake projects.

Package special

Also refer to Useful variables while building schemes

Boost

OpenSSL

iOS-Sim

Clone this wiki locally