MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014489 | CMake | CMake | public | 2013-10-16 18:05 | 2016-06-10 14:31 |
Reporter | Kevin Sisco | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | Visual Studio 2012 x64 | OS | Windows | OS Version | 7 |
Product Version | CMake 2.8.12 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014489: Automoc duplicates some moc_ files in the <project>_automoc.cpp file. | ||||
Description | When scanning C++ header files for automoc CMake will duplicate header files that have a .H extension instead of a .h. | ||||
Steps To Reproduce | |||||
Additional Information | Attached files from http://public.kitware.com/Bug/view.php?id=13572 [^] with someclass.h renamed to someclass.H. First run (no changes) 2> Description: Automoc for target bugtest 2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.cpp 2> AUTOMOC: Checking D:/tmp/automoc_13572/main.cpp 2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.h bugtest_automoc.cpp /* This file is autogenerated, do not edit*/ #include "moc_someclass.cpp" Second run (after rename) 2> Description: Automoc for target bugtest 2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.cpp 2> AUTOMOC: Checking D:/tmp/automoc_13572/main.cpp 2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.H 2> AUTOMOC: Checking D:/tmp/automoc_13572/someclass.h bugtest_automoc.cpp /* This file is autogenerated, do not edit*/ #include "moc_someclass.cpp" #include "moc_someclass.cpp" | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/4907/automoc_14489.zip | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-10-16 18:05 | Kevin Sisco | New Issue | |||
2013-10-16 18:07 | Kevin Sisco | File Added: automoc_14489.zip | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042396 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|