MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015117 | CMake | (No Category) | public | 2014-08-29 16:40 | 2015-03-02 08:57 |
|
Reporter | Greg Sharp | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | CMake 3.1 | Fixed in Version | CMake 3.1 | |
|
Summary | 0015117: InstallRequiredSystemLibraries does not install OpenMP library on MSVC |
Description | Programs compiled with MSVC which use OpenMP require the vcomp${ver}.dll runtime library. The Module InstallRequiredSystemLibraries.cmake is normally responsible for adding needed libraries (such as C runtime library) to install targets. However, it misses the OpenMP libraries. |
Steps To Reproduce | |
Additional Information | A web search reveals many reports of this issue, and various workarounds. For example:
http://www.cmake.org/pipermail/cmake/2012-September/051964.html [^]
http://gmt.soest.hawaii.edu/issues/27 [^]
http://braintrekking.wordpress.com/2013/04/27/dll-hell-how-to-include-microsoft-redistributable-runtime-libraries-in-your-cmakecpack-project/ [^]
|
Tags | No tags attached. |
Relationships | |
Attached Files | 0001-Proposed-fix-for-0015117.patch (1,749) 2014-08-29 16:59 https://public.kitware.com/Bug/file/5237/0001-Proposed-fix-for-0015117.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-29 16:40 | Greg Sharp | New Issue | |
2014-08-29 16:59 | Greg Sharp | File Added: 0001-Proposed-fix-for-0015117.patch | |
2014-08-29 17:00 | Greg Sharp | Note Added: 0036693 | |
2014-09-02 11:06 | Brad King | Note Added: 0036699 | |
2014-09-02 11:06 | Brad King | Assigned To | => Brad King |
2014-09-02 11:06 | Brad King | Status | new => assigned |
2014-09-02 11:06 | Brad King | Target Version | => CMake 3.1 |
2014-09-04 09:41 | Brad King | Status | assigned => resolved |
2014-09-04 09:41 | Brad King | Resolution | open => fixed |
2014-09-04 09:41 | Brad King | Fixed in Version | => CMake 3.1 |
2015-03-02 08:57 | Robert Maynard | Note Added: 0038104 | |
2015-03-02 08:57 | Robert Maynard | Status | resolved => closed |