[cmake-developers] Improved FindPythonInterp.cmake module

2012-04-12 Thread Andreas Schuh
Hi CMake folks, I run into a problem with CMake 2.8.4 which relates to the bug http://public.kitware.com/Bug/view.php?id=12338 . In particular, the issue that not the default python executable was found, but the most recent version that is installed. Thus, before noticing that this seems to be

Re: [cmake-developers] Improved FindPythonInterp.cmake module

2012-04-12 Thread Andreas Schuh
Indeed, I should have looked at the most recent version instead of this old patch found in the bug tracker. That module looks great. On Thu, Apr 12, 2012 at 12:34 PM, Rolf Eike Beer e...@sf-mail.de wrote: Am Donnerstag, 12. April 2012, 11:57:10 schrieb Andreas Schuh: Hi CMake folks, I run

Re: [cmake-developers] Allow ALIAS of IMPORTED targets

2015-09-18 Thread Andreas Schuh
Hi, Being able to alias imported targets would be a great feature. Just an addition to the exports discussion, I also don't think it is necessary. Besides the EXPORT_NAME property I was not aware of either, I would instead expect to see an add_library (old_name ALIAS new_name) in the

[cmake-developers] Fwd: [CMake 0016022]: GenerateExportHeader DEFINE_NO_DEPRECATED define conflicts

2016-03-19 Thread Andreas Schuh
== > https://cmake.org/Bug/view.php?id=16022 > ========== > Reported By:Andreas Schuh > Assigned To: > == > Project:

Re: [cmake-developers] Review request: FindTBB module

2016-03-31 Thread Andreas Schuh
Hi all, I also came across these FindTBB modules while in need for one. As the more recent one from the OGRE project did not support MSVS 2015 yet, and also does not create import targets for a more convenient and “modern” CMake use of the TBB library targets, I wrote my own module. Features: