[cmake-developers] [CMake 0012054]: FindJava.cmake too noisy on second run
Mantis Bug Tracker
mantis at public.kitware.com
Thu Apr 7 07:11:57 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://cmake.org/Bug/view.php?id=12054
======================================================================
Reported By: Rolf Eike Beer
Assigned To:
======================================================================
Project: CMake
Issue ID: 12054
Category: Modules
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-04-07 07:11 EDT
Last Modified: 2011-04-07 07:11 EDT
======================================================================
Summary: FindJava.cmake too noisy on second run
Description:
Other Find*.cmake modules (like Qt) don't output anything on second run.
FindJava.cmake does.
Steps to Reproduce:
PROJECT(JavaTest NONE)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
FIND_PACKAGE(Java REQUIRED)
FIND_PACKAGE(Java REQUIRED)
Additional Information:
$ cmake .
-- Java version 1.6.0.24 configured successfully!
-- Java version 1.6.0.24 configured successfully!
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cmjava
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-07 07:11 Rolf Eike Beer New Issue
======================================================================
More information about the cmake-developers
mailing list