[cmake-developers] [CMake 0014803]: support tcc + rpath

2014-03-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=14803 == Reported By:Mathieu Malaterre Assigned To:

Re: [cmake-developers] [Review request] Topic FindPkgConfig_Extend-PKG_CONFIG_PATH

2014-03-11 Thread Brad King
On 03/10/2014 10:38 AM, Brad King wrote: > Thanks. Now the docs look good too. Please rebase on master > and merge to 'next' for testing. Please add test cases for the FindPkgConfig interface and argument parsing errors. The test can just fake the location of pkg-config with a dummy if necessar

Re: [cmake-developers] [Review request] Topic FindPkgConfig_Extend-PKG_CONFIG_PATH

2014-03-11 Thread Daniele E. Domenichelli
On 11/03/14 14:51, Brad King wrote: > Also the hunks: > > +if(UNIX) > + string(REPLACE "\\:" ";" _path "${_path}") > +endif() > > should not be necessary because TO_CMAKE_PATH already does that. > It looks like TO_NATIVE_PATH does not do the reveres though so that > expli

Re: [cmake-developers] [Review request] Topic FindPkgConfig_Extend-PKG_CONFIG_PATH

2014-03-11 Thread Brad King
On 03/11/2014 10:43 AM, Daniele E. Domenichelli wrote: > It is a quite common use case to get and set "path" environment It is not very common within CMake's own modules: $ git grep TO_NATIVE_PATH v3.0.0-rc1 -- Modules |wc -l 2 $ git grep TO_CMAKE_PATH v3.0.0-rc1 -- Modules |wc -l 24 # (and