The following issue has been SUBMITTED. 
====================================================================== 
https://public.kitware.com/Bug/view.php?id=15937 
====================================================================== 
Reported By:                Michi Henning
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15937
Category:                   CCMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2016-01-28 02:29 EST
Last Modified:              2016-01-28 02:29 EST
====================================================================== 
Summary:                    ccmake no longer permits setting CMAKE_CXX_COMPILER
and no longer finds ccache
Description: 
I have ccache in my path as the first directory. With older versions of cmake, I
could run "ccmake .." and it would find and set the C and C++ compiler according
to what was in my path, meaning that the ccache version of the compiler was
found automatically.

With the current version of cmake/ccmake, this no longer works.
/usr/lib/ccache/cc and /usr/lib/ccache/c++ are no longer detected as the
compilers, and it appears to be impossible to change which compiler is used from
ccmake.

This is also annoying because, previously, I could easily switch between gcc and
clang via ccmake, by simply changing the CMAKE_C_COMPILER and CMAKE_CXX_COMPILER
settings. But now, these settings are no longer shown.

Could you restore the previous functionality please? Having to endlessly change
this from the command line is really tedious.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2016-01-28 02:29 Michi Henning  New Issue                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to