View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012616CMakeCMakepublic2011-12-09 07:122012-05-09 15:26
ReporterNils Gladitz 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformMacOSOS XOS Version10.8.0
Product VersionCMake 2.8.6 
Target VersionCMake 2.8.7Fixed in VersionCMake 2.8.7 
Summary0012616: ReRunCMake.make overriden by subprojects
DescriptionFirst of I'm guessing this issue is related to 0010151.

Having a similar setup:
src/
  - CMakeLists.txt
  - A/
    - CMakeLists.txt

Where A/CMakeLists.txt contains a call to "project()" and CMakeLists.txt uses add_subdirectory(A).

The generated ReRunCMake.make lists only A/CMakeLists.txt as a dependency.

Without the call to project() in A/CMakeLists.txt ReRunCMake.make correctly lists dependencies for both "CMakeLists.txt"s (plus a lot of other cmake files).
TagsNo tags attached.
Attached Files

 Relationships
related to 0010151closedBrad King Xcode generator's ReRunCMake.make mechanism fails to include all CMakeLists.txt from a project in the dependency list. 

  Notes
(0027938)
Brad King (manager)
2011-12-09 13:02

Good catch. Fixed, thanks:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8b8f0ed [^]
(0029451)
David Cole (manager)
2012-05-09 15:26

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

 Issue History
Date Modified Username Field Change
2011-12-09 07:12 Nils Gladitz New Issue
2011-12-09 12:59 Brad King Relationship added related to 0010151
2011-12-09 13:00 Brad King Assigned To => Brad King
2011-12-09 13:00 Brad King Status new => assigned
2011-12-09 13:02 Brad King Note Added: 0027938
2011-12-09 13:02 Brad King Status assigned => resolved
2011-12-09 13:02 Brad King Resolution open => fixed
2011-12-16 17:26 David Cole Fixed in Version => CMake 2.8.7
2011-12-16 17:26 David Cole Target Version => CMake 2.8.7
2012-05-09 15:26 David Cole Note Added: 0029451
2012-05-09 15:26 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team