The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=12616
======================================================================
Reported By: ngladitz
Assigned To:
======================================================================
Project: CMake
Issue ID: 12616
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-12-09 07:12 EST
Last Modified: 2011-12-09 07:12 EST
======================================================================
Summary: ReRunCMake.make overriden by subprojects
Description:
First of I'm guessing this issue is related to
http://www.cmake.org/Bug/view.php?id=10151.
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).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-12-09 07:12 ngladitz New Issue
======================================================================
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers