MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015904 | CMake | Modules | public | 2016-01-05 10:33 | 2016-06-10 14:31 |
Reporter | Jaak Ristioja | ||||
Assigned To | Daniele E. Domenichelli | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0015904: ExternalProject UPDATE_DISCONNECTED does not work with custom UPDATE_COMMAND | ||||
Description | This CMakeLists.txt file: CMAKE_MINIMUM_REQUIRED(VERSION 3.1) PROJECT(test NONE) INCLUDE(ExternalProject) SET_PROPERTY(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED 1) ExternalProject_Add(sf GIT_REPOSITORY "https://github.com/sharemind-sdk/vm_m4.git" [^] UPDATE_COMMAND ${CMAKE_COMMAND} -E echo "Hello, World!") yields in the following `make`output: Scanning dependencies of target sf [ 14%] Creating directories for 'sf' [ 28%] Performing download step (git clone) for 'sf' Cloning into 'sf'... Already on 'master' Your branch is up-to-date with 'origin/master'. [ 42%] No patch step for 'sf' make[2]: *** No rule to make target 'sf-prefix/src/sf-stamp/sf-skip-update', needed by 'sf-prefix/src/sf-stamp/sf-configure'. Stop. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/sf.dir/all' failed make[1]: *** [CMakeFiles/sf.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 Same error with UPDATE_DISCONNECTED set on the external project itself. | ||||
Steps To Reproduce | |||||
Additional Information | Tested with cmake-3.3.2 and cmake-3.4.1. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-01-05 10:33 | Jaak Ristioja | New Issue | |||
2016-01-07 15:52 | Brad King | Assigned To | => Daniele E. Domenichelli | ||
2016-01-07 15:52 | Brad King | Status | new => assigned | ||
2016-01-12 08:01 | Daniele E. Domenichelli | Note Added: 0040196 | |||
2016-01-12 10:29 | Brad King | Note Added: 0040199 | |||
2016-04-12 08:16 | Craig Scott | Note Added: 0040843 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042908 | |||
2016-06-10 14:29 | Kitware Robot | Status | assigned => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|