View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014352 | CMake | CCMake | public | 2013-08-13 04:01 | 2014-02-10 10:44 | ||||
Reporter | chrislu | ||||||||
Assigned To | Stephen Kelly | ||||||||
Priority | high | Severity | crash | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Windows | OS | Windows 7 | OS Version | x64 | ||||
Product Version | CMake 2.8.11.2 | ||||||||
Target Version | Fixed in Version | CMake 2.8.12 | |||||||
Summary | 0014352: CMake crashing with white space in generator expression | ||||||||
Description | With the blow custom command the cmake gui is crashing with the white space behind the : after the ARGS command. Removing the space fixes this. add_custom_command(OUTPUT ${CUDA_NVCC_OUTPUT_FILE} COMMAND ${SCM_CUDA_NVCC_COMMAND} ARGS $<$<CONFIG:Debug>: ${SCM_CUDA_NVCC_OPTIONS_DEBUG}> ${SCM_CUDA_NVCC_OPTIONS} ${SCM_CUDA_NVCC_INC_DIR_STRING} ${SCM_CUDA_NVCC_DEF_STRING} -o \"${CUDA_NVCC_OUTPUT_FILE}\" \"${input_file}\" MAIN_DEPENDENCY ${input_file} DEPENDS ${input_file} COMMENT "NVCC compiling (${input_file_name}):") | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0033701) Stephen Kelly (developer) 2013-08-13 08:01 |
Fix pushed to next: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=36eef302 [^] |
(0035072) Robert Maynard (manager) 2014-02-10 10:44 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-13 04:01 | chrislu | New Issue | |
2013-08-13 08:01 | Stephen Kelly | Note Added: 0033701 | |
2013-08-13 08:01 | Stephen Kelly | Assigned To | => Stephen Kelly |
2013-08-13 08:01 | Stephen Kelly | Status | new => assigned |
2013-08-13 09:13 | Brad King | Relationship added | related to 0014353 |
2013-08-14 04:06 | Stephen Kelly | Status | assigned => resolved |
2013-08-14 04:06 | Stephen Kelly | Fixed in Version | => CMake 2.8.12 |
2013-08-14 04:06 | Stephen Kelly | Resolution | open => fixed |
2014-02-10 10:44 | Robert Maynard | Note Added: 0035072 | |
2014-02-10 10:44 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |