[cmake-developers] [CMake 0015937]: ccmake no longer permits setting CMAKE_CXX_COMPILER and no longer finds ccache

2016-01-27 Thread Mantis Bug Tracker

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 ModifiedUsername   FieldChange   
== 
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


[cmake-developers] [DaD] New and Updated Modules and New Installers

2016-01-27 Thread Konstantin Podsvirov
Hello, dear developers!

Once again, I apologize for using your lists, but my project still don't have 
your list :-)

Time passes and Dad's Project develops. I have over 2 years building and share 
a few, I think interesting modules.

Let me remind you that the official Dad's House on the Internet:

http://dad.podsvirov.pro

I have prepared and laid out the releases for 2014 and 2015. Here are the 
special installers:

http://download.podsvirov.pro/installers/dad-0.2.0-windows-vc12x86-2014.exe
http://download.podsvirov.pro/installers/dad-0.2.0-windows-vc12x64-2014.exe

and

http://download.podsvirov.pro/installers/dad-0.3.0-windows-vc12x86-2015.exe
http://download.podsvirov.pro/installers/dad-0.3.0-windows-vc12x64-2015.exe

Versions of modules in these installers frozen and will not change if not 
necessary.

On the website you can compare the components and the versions of relevant 
modules for installers (links Details).

Installers stable/testing/unstable continue to evolve.

As always, questions and suggestions are welcome.

The project is in Beta stage. For errors I would be grateful.

If you use my installers and proved to be helpful in your project, then write 
about their experiences.

(sorry for possible mistakes in text)

--
Regards,
Konstantin Podsvirov
-- 

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


Re: [cmake-developers] Improve FindGit.cmake

2016-01-27 Thread Brad King
On 01/26/2016 04:16 PM, Christoph GrĂ¼ninger wrote:
> Dear CMake devs,
> please find attached a patch to slightly improve FindGit.cmake.
> 
> I did test it, but did not understand why GIT_FOUND was set in the first
> place.

The FPHSA helper sets both for historical reasons.  We once had a convention
of UPPERCASE names for find module results instead of ExactCase.

Thanks for the patch.  Applied:

 FindGit: Document Git_FOUND, unset internal var
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=facfb52c

I followed it up with some documentation formatting improvements:

 FindGit: Improve documentation formatting
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa78ee97

Thanks,
-Brad

-- 

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