[CMake] TCL modules

Clifford Yapp cliffyapp at gmail.com
Thu Nov 17 00:40:46 EST 2011


FWIW, BRL-CAD has its own FindTCL.cmake module which is quite different
from the current one, in case that is helpful/of interest:

http://brlcad.svn.sf.net/viewvc/brlcad/brlcad/trunk/misc/CMake/FindTCL.cmake?revision=45989&view=markup

We'd eventually like to fold all of our updates to various modules back
into CMake, but for a number of them that essentially means volunteering to
maintain them :-).  That probably makes sense (we'll be doing it anyway,
after all) but so far we haven't had the time to get organized about
volunteering to do so and formally proposing our changes/updates.

Cheers,
CY

On Wed, Nov 16, 2011 at 6:28 PM, Joe Brandt <vonbane at gmail.com> wrote:

> I have a couple issues, that I'd like to help fix, with the current
> FindTCL.cmake, FindTclsh.cmake, FindWish.cmake, and FindTclStub.cmake that
> make them unusable for me.  The first is they do not always find the
> various components from the same Tcl installation on the system.  The
> second being that you cannot specify the version of Tcl that you want to
> find via the find_package command.  I have systems that have multiple
> installations of Tcl and have programs that require different versions of
> Tcl.
>
> I have modified the current Tcl modules to solve these two issues.  My
> changes at this point were geared around changing as little as possible
> from the originals to get these two items to work.  I really needed to just
> get it working for my environment, but after thinking about it I would
> rather try and get these changes/ideas pushed upstream rather than have to
> maintain my own Tcl modules.
>
> I do not see a maintainer for these modules.  I also saw there was
> discussions around the Tcl modules a year ago, but don't know if that
> panned out into anything.  If there is no maintainer I am certainly willing
> to maintain these if it means these changes, in some form or another, can
> get incorporated back upstream.
>
> Joe
>
>
> --
>
> 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://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111117/3d9a2f66/attachment.htm>


More information about the CMake mailing list