View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014902CMakeCMakepublic2014-05-02 03:152015-07-08 08:57
ReporterPeter Kuemmel 
Assigned ToStephen Kelly 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product VersionCMake 3.0 
Target VersionFixed in Version 
Summary0014902: Incomplete Qt4Target test, moc rule broken
DescriptionThe 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0039083)
Robert Maynard (manager)
2015-07-08 08:57

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team