MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014902 | CMake | CMake | public | 2014-05-02 03:15 | 2015-07-08 08:57 |
Reporter | Peter Kuemmel | ||||
Assigned To | Stephen Kelly | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | CMake 3.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014902: Incomplete Qt4Target test, moc rule broken | ||||
Description | The test calls: try_compile(RESULT "${CMAKE_CURRENT_BINARY_DIR}/IncrementalMocBuild" "${CMAKE_CURRENT_SOURCE_DIR}/IncrementalMoc" IncrementalMoc CMAKE_FLAGS -DADD_DEF=0 "-DQT_QMAKE_EXECUTABLE:FILEPATH=${QT_QMAKE_EXECUTABLE}") and the macro QT4_CREATE_MOC_COMMAND in Qt4Macros.cmake calls get_directory_property(_defines COMPILE_DEFINITIONS) but -DADD_DEF=0 does not pop up as parameter. The test needs to check the content off the parameter file not only the time stamp. The bug shows on cdash after fixing 0014894. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-05-02 03:15 | Peter Kuemmel | New Issue | |||
2015-02-26 16:25 | Stephen Kelly | Status | new => resolved | ||
2015-02-26 16:25 | Stephen Kelly | Resolution | open => no change required | ||
2015-02-26 16:25 | Stephen Kelly | Assigned To | => Stephen Kelly | ||
2015-07-08 08:57 | Robert Maynard | Note Added: 0039083 | |||
2015-07-08 08:57 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|