MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013507 | CMake | CMake | public | 2012-09-01 18:36 | 2016-06-10 14:31 |
Reporter | Denis Pesotsky | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | Windows | OS Version | ||
Product Version | CMake 2.8.7 | ||||
Target Version | Fixed in Version | ||||
Summary | 0013507: .rc file not recompiled when included header is changed | ||||
Description | I've got .rc file with Windows executable version information that has custom include (#include <../src/version.h>) and is used in "add_executable()". Definitions from version.h are used inside it. It compiles and works well, but if I change version.h and run make again, it doesn't recompile .rc file, so generated executable still has old ,rc compiled in and therefole old version information. So I'm forced to run make clean and make to create up-to-date executable. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/4443/win_resources.rc ![]() https://public.kitware.com/Bug/file/4444/version.h | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-09-01 18:36 | Denis Pesotsky | New Issue | |||
2012-09-01 18:36 | Denis Pesotsky | File Added: win_resources.rc | |||
2012-09-01 18:38 | Denis Pesotsky | File Added: version.h | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042110 | |||
2016-06-10 14:28 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|