diff options
author | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2014-11-04 23:31:40 (GMT) |
---|---|---|
committer | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2014-11-06 14:09:43 (GMT) |
commit | 3f606fa7d06a209cc2cd3a97afb84951d1c4c033 (patch) | |
tree | 5b1bd46cc8af20f7a47a97dab8bee58b288f5ca9 /Modules/CMakeDetermineSystem.cmake | |
parent | c0b749cf62a2e985c2b1f94ff919107dbd697b2c (diff) | |
download | CMake-3f606fa7d06a209cc2cd3a97afb84951d1c4c033.zip CMake-3f606fa7d06a209cc2cd3a97afb84951d1c4c033.tar.gz CMake-3f606fa7d06a209cc2cd3a97afb84951d1c4c033.tar.bz2 |
ExternalProject: Add UPDATE_DISCONNECTED option
If UPDATE_DISCONNECTED is set, the update step is not executed
automatically when building the main target. The update step can still
be added as a step target and called manually. This is useful if you
want to allow to build the project when you are disconnected from the
network (you might still need the network for the download step).
This is disabled by default.
The directory property EP_UPDATE_DISCONNECTED can be used to change
the default value for all the external projects in the current
directory and its subdirectories.
Diffstat (limited to 'Modules/CMakeDetermineSystem.cmake')
0 files changed, 0 insertions, 0 deletions