[cmake-developers] Fix get_item_rpaths function: gp_append_unique for each rpath returned by "otool" command

2015-12-16 Thread Emilie
Hello, I attach a patch to fix the get_item_rpaths function (in BundleUtilities module). I had an error with fixup_bundle on osx: a rpath was added twice in the install_name_tool command for "delete_rpath". The command "otool" could return several rpath, so I call gp_append_unique for each rpath.

[cmake-developers] [CMake 0015885]: Ninja always relinks libraries that doesn't export any symbols (on Windows)

2015-12-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15885 == Reported By:Pavel Solodovnikov Assigned To:

[cmake-developers] [PATCH] Get the PYTHON_SITELIB directory in FindPythonLibs

2015-12-16 Thread Andreas Schneider
Hello, similar to what I implemented in FindPerlLibs.cmake some years ago, I've added PYTHON_SITELIB to FindPythonLibs. With PYTHON_SITELIB you have the location where to install the python modules you built with cmake. Example: find_package(PythonInterp) find_package(PythonLibs) python_add_m

Re: [cmake-developers] Restriction on target types for GraphViz dependency graph generation

2015-12-16 Thread Attila Krasznahorkay
Hi Andrey, I would be extremely happy with an extension to this functionality. Right now I have way too many targets in my projects to make good sense of them if all of them are put into a single graph. If I would be able to specify that I'd like to see the connections between all the targets w

[cmake-developers] [CMake 0015884]: 3.4.1 regression for vs2015 detection

2015-12-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15884 == Reported By:hume npx Assigned To: