View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013549CMakeModulespublic2012-09-19 04:382013-03-04 08:38
ReporterJoe Lindström 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSWindows/UnixOS Version
Product VersionCMake 2.8.9 
Target VersionCMake 2.8.10Fixed in VersionCMake 2.8.10 
Summary0013549: FindMPI.cmake isn't quiet
DescriptionWhen I use:

find_package(MPI QUIET)

on a system without MPI installed (and CMake 2.8.9), I get the following messages:

Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH)
Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH)

CMake 2.8.3 seems to stay quiet.

Also the deprecated MPI_EXTRA_LIBRARY and MPI_LIBRARY show up in my cache, should be marked as advanced?
Steps To Reproduce1. Use the attached example CMakeLists.txt on a system with CMake 2.8.9 and without MPI installed.
TagsNo tags attached.
Attached Filestxt file icon CMakeLists.txt [^] (108 bytes) 2012-09-19 04:38 [Show Content]

 Relationships

  Notes
(0031107)
David Cole (manager)
2012-09-27 01:11

Fix just pushed and merged to 'next':

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8b7a5c616642d4636cb1c6ebfae1f16af0d6d606 [^]
(0032486)
Robert Maynard (manager)
2013-03-04 08:38

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-09-19 04:38 Joe Lindström New Issue
2012-09-19 04:38 Joe Lindström File Added: CMakeLists.txt
2012-09-27 00:50 David Cole Assigned To => David Cole
2012-09-27 00:50 David Cole Status new => assigned
2012-09-27 01:11 David Cole Note Added: 0031107
2012-09-27 01:12 David Cole Status assigned => resolved
2012-09-27 01:12 David Cole Resolution open => fixed
2012-10-24 17:29 David Cole Fixed in Version => CMake 2.8.10
2012-10-24 17:29 David Cole Target Version => CMake 2.8.10
2013-03-04 08:38 Robert Maynard Note Added: 0032486
2013-03-04 08:38 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team