MantisBT - CMake
View Issue Details
0009899CMakeModulespublic2009-11-15 13:492016-06-10 14:31
Nils Gladitz 
David Partyka 
normalmajoralways
closedmoved 
CMake-2-8 
 
0009899: FindMPI.cmake fails if MPI libraries are not found
The 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(?)
No tags attached.
Issue History
2009-11-15 13:49Nils GladitzNew Issue
2010-12-08 10:45David ColeStatusnew => assigned
2010-12-08 10:45David ColeAssigned To => David Partyka
2016-06-10 14:27Kitware RobotNote Added: 0041618
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0041618)
Kitware Robot   
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.