[CMake] ExternalProject and hardwired "src" directory

Ansis Māliņš ansis.malins at gmail.com
Tue Mar 5 13:01:05 EST 2013


You can override parts of PREFIX with these
   TMP_DIR      = <prefix>/tmp
   STAMP_DIR    = <prefix>/src/<name>-stamp
   DOWNLOAD_DIR = <prefix>/src
   SOURCE_DIR   = <prefix>/src/<name>
   BINARY_DIR   = <prefix>/src/<name>-build
   INSTALL_DIR  = <prefix>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130305/8b367d55/attachment.htm>


More information about the CMake mailing list