MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015416 | CMake | CMake | public | 2015-02-24 04:04 | 2015-11-02 09:13 |
Reporter | Gunnar Roth | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | Windows | OS Version | 7 |
Product Version | CMake 3.1.2 | ||||
Target Version | CMake 3.3 | Fixed in Version | CMake 3.3 | ||
Summary | 0015416: AutogenInfo.cmake broken when Modules/AutogenInfo.cmake.in is read-only | ||||
Description | we are using TFS from Microsoft as version control system, TFS does set the readonly flag on all non checked out files. we have cmake checked in so everybody gets the right version of it when building our software ( we also maintain some modifications to cmake). the problem is that cmake does not remove readonly flag from its *.in files when copying, so modification fails. our current workaround is that we do a EXECUTE_PROCESS( COMMAND cmd /C attrib /S -R "${CMAKE_ROOT}/Modules/*.in" ERROR_QUIET) but i would like it better, if cmake would be aware of files having readonly attribut set and remove that when copying the file. regards, Gunnar | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-02-24 04:04 | Gunnar Roth | New Issue | |||
2015-02-24 09:00 | Brad King | Note Added: 0038049 | |||
2015-02-25 05:27 | Gunnar Roth | Note Added: 0038061 | |||
2015-02-25 09:51 | Brad King | Note Added: 0038065 | |||
2015-03-20 10:18 | Brad King | Note Added: 0038263 | |||
2015-03-20 10:24 | Brad King | Summary | cmake does not remove readonly flag from its *.in files when copying, so modification fails. => AutogenInfo.cmake broken when Modules/AutogenInfo.cmake.in is read-only | ||
2015-03-20 10:39 | Brad King | Note Added: 0038264 | |||
2015-03-20 10:39 | Brad King | Status | new => resolved | ||
2015-03-20 10:39 | Brad King | Resolution | open => fixed | ||
2015-03-20 10:39 | Brad King | Fixed in Version | => CMake 3.3 | ||
2015-03-20 10:39 | Brad King | Target Version | => CMake 3.3 | ||
2015-11-02 09:13 | Robert Maynard | Note Added: 0039739 | |||
2015-11-02 09:13 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|