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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
