[cmake-developers] [CMake 0015117]: InstallRequiredSystemLibraries does not install OpenMP library on MSVC
Mantis Bug Tracker
mantis at public.kitware.com
Fri Aug 29 16:40:48 EDT 2014
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=15117
======================================================================
Reported By: Greg Sharp
Assigned To:
======================================================================
Project: CMake
Issue ID: 15117
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-08-29 16:40 EDT
Last Modified: 2014-08-29 16:40 EDT
======================================================================
Summary: 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.
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/
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-08-29 16:40 Greg Sharp New Issue
======================================================================
More information about the cmake-developers
mailing list