MantisBT - CMake
View Issue Details
0013236CMakeModulespublic2012-05-18 10:162013-01-09 14:05
Michael Champigny 
David Cole 
lowminoralways
closedfixed 
LinuxFedora16
CMake 2.8.8 
CMake 2.8.10CMake 2.8.10 
0013236: ProcessorCount module leaves internal variables available in ccmake cache
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.
INCLUDE (ProcessorCount)

Now edit cache with ccmake:

$ ccmake .

You can see the internal variables in plain view.
No tags attached.
Issue History
2012-05-18 10:16Michael ChampignyNew Issue
2012-05-18 19:42David ColeAssigned To => David Cole
2012-05-18 19:42David ColeStatusnew => assigned
2012-08-17 11:03David ColeTarget Version => CMake 2.8.10
2012-08-17 11:04David ColeNote Added: 0030692
2012-08-17 11:04David ColeStatusassigned => resolved
2012-08-17 11:04David ColeFixed in Version => CMake 2.8.10
2012-08-17 11:04David ColeResolutionopen => fixed
2013-01-09 14:05Robert MaynardNote Added: 0032074
2013-01-09 14:05Robert MaynardStatusresolved => closed

Notes
(0030692)
David Cole   
2012-08-17 11:04   
Fix pushed to 'next' today:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f9fa5cc7fe522ff6722d1b50317b8ebd0c8ad8b [^]
(0032074)
Robert Maynard   
2013-01-09 14:05   
Closing resolved issues that have not been updated in more than 4 months.