MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015567 | CMake | CMake | public | 2015-05-14 01:47 | 2015-11-02 09:15 |
Reporter | Ruslan Baratov | ||||
Assigned To | Daniele E. Domenichelli | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake 3.2.1 | ||||
Target Version | CMake 3.3 | Fixed in Version | CMake 3.3 | ||
Summary | 0015567: "LOG_CONFIGURE 1" breaks ExternalProject_Add with empty CONFIGURE_COMMAND | ||||
Description | In case when CONFIGURE_COMMAND of ExternalProject_Add is optional and can be empty setting LOG_CONFIGURE 1 lead to error: *-configure.cmake:4 (execute_process): execute_process given COMMAND argument with no value. | ||||
Steps To Reproduce | Works fine: cmake_minimum_required(VERSION 3.0) project(Foo) include(ExternalProject) set(configure "") ExternalProject_Add( Foo DOWNLOAD_COMMAND "" CONFIGURE_COMMAND ${configure} COMMAND "${CMAKE_COMMAND}" -E echo "" BUILD_COMMAND "" INSTALL_COMMAND "" ) Not working: cmake_minimum_required(VERSION 3.0) project(Foo) include(ExternalProject) set(configure "") ExternalProject_Add( Foo DOWNLOAD_COMMAND "" CONFIGURE_COMMAND ${configure} COMMAND "${CMAKE_COMMAND}" -E echo "" BUILD_COMMAND "" INSTALL_COMMAND "" LOG_CONFIGURE 1 ) | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-05-14 01:47 | Ruslan Baratov | New Issue | |||
2015-05-20 09:56 | Daniele E. Domenichelli | Note Added: 0038778 | |||
2015-05-20 09:59 | Brad King | Assigned To | => Daniele E. Domenichelli | ||
2015-05-20 09:59 | Brad King | Status | new => resolved | ||
2015-05-20 09:59 | Brad King | Resolution | open => fixed | ||
2015-05-20 09:59 | Brad King | Fixed in Version | => CMake 3.3 | ||
2015-05-20 09:59 | Brad King | Target Version | => CMake 3.3 | ||
2015-05-20 10:53 | Daniele E. Domenichelli | Note Added: 0038780 | |||
2015-05-20 11:04 | Brad King | Note Added: 0038782 | |||
2015-05-20 11:04 | Brad King | Status | resolved => assigned | ||
2015-05-20 11:04 | Brad King | Resolution | fixed => open | ||
2015-05-20 11:04 | Brad King | Fixed in Version | CMake 3.3 => | ||
2015-05-21 09:16 | Brad King | Note Added: 0038788 | |||
2015-05-21 09:16 | Brad King | Status | assigned => resolved | ||
2015-05-21 09:16 | Brad King | Resolution | open => fixed | ||
2015-05-21 09:16 | Brad King | Fixed in Version | => CMake 3.3 | ||
2015-11-02 09:15 | Robert Maynard | Note Added: 0039819 | |||
2015-11-02 09:15 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|