View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009899CMakeModulespublic2009-11-15 13:492016-06-10 14:31
ReporterNils Gladitz 
Assigned ToDavid Partyka 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0009899: FindMPI.cmake fails if MPI libraries are not found
DescriptionThe line:
message(SEND_ERROR "Unable to find MPI library ${LIB}")

causes FindMPI.cmake to fail when an MPI library is not found.
The find script should set MPI_FOUND to false instead of failing (at least without REQUIRED being passed).

Also the script seems to set MPI_FOUND manually even though "find_package_handle_standard_args" is used which should already take care of that(?)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0041618)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2009-11-15 13:49 Nils Gladitz New Issue
2010-12-08 10:45 David Cole Status new => assigned
2010-12-08 10:45 David Cole Assigned To => David Partyka
2016-06-10 14:27 Kitware Robot Note Added: 0041618
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team