[cmake-developers] [CMake 0013549]: FindMPI.cmake isn't quiet
Mantis Bug Tracker
mantis at public.kitware.com
Wed Sep 19 04:38:25 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=13549
======================================================================
Reported By: Joe Lindström
Assigned To:
======================================================================
Project: CMake
Issue ID: 13549
Category: Modules
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-09-19 04:38 EDT
Last Modified: 2012-09-19 04:38 EDT
======================================================================
Summary: FindMPI.cmake isn't quiet
Description:
When 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 Reproduce:
1. Use the attached example CMakeLists.txt on a system with CMake 2.8.9 and
without MPI installed.
======================================================================
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
======================================================================
More information about the cmake-developers
mailing list