MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009594 | CMake | CMake | public | 2009-09-25 08:54 | 2016-06-10 14:31 |
| Reporter | paul Wohlhart | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0009594: Cannot set OpenMP="true" in VCCLCompilerTool in .vcproj file | ||||
| Description | For OpenMP to work in VS 2008 there has to be an OpenMP flag set to "true" in the VCCLCompilerTool of the project. With FindOpenMP i can get the C, CXX and linker flags, but cannot set the flag in the tool. A possible fix would be to add {"OpenMP", "openmp", "Open MP", "true", 0}, to the cmLocalVisualStudio7GeneratorFlagTable[] (Source\cmLocalVisualStudio7Generator.cxx Revision: 1.217.2.15, line 385) and set the flag by adding ADD_DEFINITIONS(${OpenMP_CXX_FLAGS}) to the cmake file, although I do not know if that has side effects. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-09-25 08:54 | paul Wohlhart | New Issue | |||
| 2009-09-25 08:57 | paul Wohlhart | Note Added: 0017742 | |||
| 2009-09-25 12:06 | Bill Hoffman | Status | new => assigned | ||
| 2009-09-25 12:06 | Bill Hoffman | Assigned To | => David Cole | ||
| 2011-10-25 22:40 | David Cole | Assigned To | David Cole => | ||
| 2011-10-25 22:40 | David Cole | Status | assigned => backlog | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041597 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:27 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||