There was one other "bug" that I was seeing in the Qt Based cmake gui
client. The first time you click on the "configure" button and the
QDialog pops up asking for the type of project file to generate, this
dialog seems a lot larger than it really needs to be. Saw this on OS X
and Windows XP us
Alan W. Irwin wrote:
enable_language(Fortran OPTIONAL)
project(myproject C CXX)
It would always test for fortran, and enable it if they have it. If
they do not have it, then you can just turn off that binding. It
won't be an error not to have it. If they do have it you can offer
the bind
On 2008-09-22 18:25-0400 Bill Hoffman wrote:
Another approach might be to use enable_language(languageName OPTIONAL).
Would this work:
enable_language(Fortran OPTIONAL)
project(myproject C CXX)
It would always test for fortran, and enable it if they have it. If they do
not have it, then you
Alan W. Irwin wrote:
On 2008-09-22 16:44-0400 Bill Hoffman wrote:
[...]this bug is a bit of a corner case. Most projects just enable
all the languages as the top of the project. In this case, no one
could have a project that depends on this working because it never
worked. However, I will t
On 2008-09-22 16:44-0400 Bill Hoffman wrote:
[...]this bug is a bit of a corner case. Most projects just enable all the
languages as the top of the project. In this case, no one could have a
project that depends on this working because it never worked. However, I will
try to get to it soon.
Alan W. Irwin wrote:
Never mind since you indicated in your answer to Mike you were only
interested in fixing newly introduced bugs for this release, and this CMake
bug has been around a long time.
On the other hand it is bad when a clear and obvious bug like this one
persists for a long time
On 2008-09-22 12:04-0700 Alan W. Irwin wrote:
On 2008-09-22 13:56-0400 Bill Hoffman wrote:
I have a release candidate (RC 5) for 2.6.2 ready for CMake. I think this
one will be it for 2.6.2, so speak now or forever hold your peace... :)
Could we have a fix for the enable_language bug #4772?
As long as we can get it on the todo map for 2.6.3 I am ok with that.
---
Mike Jackson - Principal Software Engineer
www.bluequartz.net
On Sep 22, 2008, at 3:22 PM, Bill Hoffman wrote:
Mike Jackson wrote:
Any chance of getting Bug 6195 put into this release. This is an
important bug/featu
Mike Jackson wrote:
Any chance of getting Bug 6195 put into this release. This is an
important bug/feature for OS X users.
Sorry, that will have to wait until 2.6.3. Too much of a new feature.
There are some issues with 2.6.1 that really need to be fixed so that
some existing projects will
Alan W. Irwin wrote:
On 2008-09-22 13:56-0400 Bill Hoffman wrote:
I have a release candidate (RC 5) for 2.6.2 ready for CMake. I think
this one will be it for 2.6.2, so speak now or forever hold your
peace... :)
Could we have a fix for the enable_language bug #4772? I don't know the
CMake c
On 2008-09-22 13:56-0400 Bill Hoffman wrote:
I have a release candidate (RC 5) for 2.6.2 ready for CMake. I think this one
will be it for 2.6.2, so speak now or forever hold your peace... :)
Could we have a fix for the enable_language bug #4772? I don't know the
CMake code well enough to send
Any chance of getting Bug 6195 put into this release. This is an
important bug/feature for OS X users.
---
Mike Jackson - Principal Software Engineer
www.bluequartz.net
On Sep 22, 2008, at 1:56 PM, Bill Hoffman wrote:
I have a release candidate (RC 5) for 2.6.2 ready for CMake. I think
t
I have a release candidate (RC 5) for 2.6.2 ready for CMake. I think
this one will be it for 2.6.2, so speak now or forever hold your peace... :)
Thanks.
The files can be found here:
http://www.cmake.org/files/v2.6/*RC-5*
The changes from 2.6.2 to 2.6.1 are as follows:
Changes in CMake 2.6.2
13 matches
Mail list logo