MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0013764 | CMake | CMake | public | 2012-11-30 14:13 | 2016-06-10 14:31 | |||||
Reporter | Csaba Keszegh | |||||||||
Assigned To | Kitware Robot | |||||||||
Priority | normal | Severity | trivial | Reproducibility | always | |||||
Status | closed | Resolution | moved | |||||||
Platform | OS | windows | OS Version | windows 7 | ||||||
Product Version | CMake 2.8.10.2 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0013764: is_file_executable() from GetPrerequisites.cmake erroneously returns 0 for DLL on windows | |||||||||
Description | On Windows is_file_executable() checks the extension to determine whether the file is executable. DLL should also be considered as executable, so fixup_bundle would work. | |||||||||
Steps To Reproduce | > cmake -P is_dll_executable.cmake c:/windows/system32/kernel32.dll: 0 > type is_dll_executable.cmake include(BundleUtilities) set(f0 "c:/windows/system32/kernel32.dll") is_file_executable(f0 is_dll_executable) message("${f0}: ${is_dll_executable}") expected output would be: c:/windows/system32/kernel32.dll: 1 | |||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | GetPrerequisites.cmake.diff (709) 2012-11-30 14:13 https://public.kitware.com/Bug/file/4577/GetPrerequisites.cmake.diff | |||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2012-11-30 14:13 | Csaba Keszegh | New Issue | ||||||||
2012-11-30 14:13 | Csaba Keszegh | File Added: GetPrerequisites.cmake.diff | ||||||||
2012-11-30 14:33 | David Cole | Relationship added | related to 0013271 | |||||||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042164 | ||||||||
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 | |||||
|
|||||
|
|