Re: [cmake-developers] Regression in language support infrastructure for CMake 2.8.10-rc3

2012-10-30 Thread Brad King
On 10/29/2012 10:17 PM, Alan W. Irwin wrote: if(NOT CMAKE_PLATFORM_INFO_DIR) set(CMAKE_PLATFORM_INFO_DIR ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}) endif() to handle the case of versions of CMake prior to 2.8.10. (You covered this OK, but I believe you should also be more

[cmake-developers] [CMake 0013614]: Allow setting VC_SCC_PROVIDER for ALL_BUILD target (e.g. in Visual Studio 10)

2012-10-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13614 == Reported By:Hendrik Sattler Assigned To:

[cmake-developers] [CMake 0013617]: use $(MAKE) -C instead of cd path /usr/bin/gmake

2012-10-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13617 == Reported By:Bartłomiej Palmowski Assigned To:

[cmake-developers] [CMake 0013619]: cmake 2.8.10-rc3: gcc which is placed in PATH is not used but the system compiler

2012-10-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13619 == Reported By:Michael Bachmann Assigned To:

Re: [cmake-developers] Regression in language support infrastructure for CMake 2.8.10-rc3

2012-10-30 Thread Alan W. Irwin
On 2012-10-30 08:30-0400 Brad King wrote: In sum, I was completely surprised by this backwards-incompatible change for CMake-2.8.10, but if you follow my suggestions about announcing the change and documenting what has to be done to keep external language support working, that element of

Re: [cmake-developers] Regression in language support infrastructure for CMake 2.8.10-rc3

2012-10-30 Thread Brad King
On 10/30/2012 01:43 PM, Alan W. Irwin wrote: Umm, it's not completely internal. Modules/CMakeAddNewLanguage.txt does document in a very terse way what has to be done to add a new language externally. Basically what you are saying is it's our current policy, and it sounds like your group

Re: [cmake-developers] Regression in language support infrastructure for CMake 2.8.10-rc3

2012-10-30 Thread Bill Hoffman
On 10/30/2012 2:06 PM, Brad King wrote: Basically what you are saying is it's our current policy, and it sounds like your group has made the decision about what that current policy is going to be. Nevertheless, I still think you should advertise this limitation on your backwards compatibility

[cmake-developers] regex replace bug?

2012-10-30 Thread Matthew Woehlke
While writing a command to invoke asciidoc, I thought I would use this little regex replace to get the output file name: string(REGEX REPLACE ([.][^.]+)?$ .html BAR ${FOO}) However, CMake is throwing this error: string sub-command REGEX, mode REPLACE regex ([.][^.]+)?$ matched an empty

Re: [cmake-developers] regex replace bug?

2012-10-30 Thread David Cole
On Tue, Oct 30, 2012 at 5:45 PM, Matthew Woehlke matthew.woeh...@kitware.com wrote: While writing a command to invoke asciidoc, I thought I would use this little regex replace to get the output file name: string(REGEX REPLACE ([.][^.]+)?$ .html BAR ${FOO}) However, CMake is throwing this

[cmake-developers] [CMake 0013622]: Separate extract step in ExternalProject

2012-10-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13622 == Reported By:hsor001 Assigned To: