[cmake-developers] [CMake 0013236]: ProcessorCount module leaves internal variables available in ccmake cache
Mantis Bug Tracker
mantis at public.kitware.com
Fri May 18 10:16:12 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13236
======================================================================
Reported By: Michael Champigny
Assigned To:
======================================================================
Project: CMake
Issue ID: 13236
Category: Modules
Reproducibility: always
Severity: minor
Priority: low
Status: new
======================================================================
Date Submitted: 2012-05-18 10:16 EDT
Last Modified: 2012-05-18 10:16 EDT
======================================================================
Summary: ProcessorCount module leaves internal variables
available in ccmake cache
Description:
The ProcessorCount module leaves the following internal variables in the basic
view of the ccmake cache:
ProcessorCount_cmd_getconf
ProcessorCount_cmd_sysctl
These should either be moved into the advanced options as is done in most
modules or deleted from the cache with unset.
Steps to Reproduce:
INCLUDE (ProcessorCount)
Now edit cache with ccmake:
$ ccmake .
You can see the internal variables in plain view.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-05-18 10:16 Michael ChampignyNew Issue
======================================================================
More information about the cmake-developers
mailing list