Re: [CMake] dates on web site

2015-08-24 Thread Martin Weber
Am Sonntag, 23. August 2015, 17:04:47 schrieb Dave Yost: ... > I suggest you switch to ISO 8601 > for dates, which will cause no difficulties for non-American users. +1 I always get confused with middle-endian dates. -- Cd wrttn wtht vwls s mch trsr. --

Re: [CMake] CMake generates “-L/usr/local/lib” on Mac OSX

2015-08-24 Thread Gonzalo
El 24/08/15 a las 16:13, Oleg Zhylin escibió: Gonzalo, Could you please elaborate, where should I check it? In the shell, do: echo $LD_LIBRARY_PATH and check the directories. I am not sure cmake pays attention to it, but I believe it might. -- Powered by www.kitware.com Please keep

Re: [CMake] CMake generates “-L/usr/local/lib” on Mac OSX

2015-08-24 Thread Oleg Zhylin via CMake
Gonzalo, Could you please elaborate, where should I check it? Will CMake indeed generate -L/usr/local/lib argument for the linker if it sees something in LD_LIBRARY_PATH? Do you have any insight why other flags (-arch, -isysroot) get generated in one environment, but not the other?   WBR Ole

Re: [CMake] Use CMAKE_MACOSX_RPATH to link a library outside build tree

2015-08-24 Thread Oleg Zhylin via CMake
Thanks for your response Clint.  I ended up copying my external library to ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}. Works for my use case better than patching that external library that might get updated by a 3rd party installer.  WBR Oleg Zhylin o...@yahoo.com On Monday, August 24, 2015 7:22 A

Re: [CMake] How to depend on external cmake projects?

2015-08-24 Thread Tamás Kenéz
On Mon, Aug 17, 2015 at 5:17 PM, James Johnston wrote: > [...] Your own CMake projects will be > ExternalProjects to this high-level project and the superbuild would pass > the location to your project via -D_DIR= so that > find_package can locate the Config file. > I think a more convenient and

Re: [CMake] Use CMAKE_MACOSX_RPATH to link a library outside build tree

2015-08-24 Thread Clinton Stimpson
On Sunday, August 23, 2015 04:46:17 AM Oleg Zhylin via CMake wrote: > Hi All, > I still need help with 0015708: Use CMAKE_MACOSX_RPATH to link a library > outside build tree - MantisBT. Could you please suggest are there any CMake > mechanisms to ensure a library outside build tree on mac is linked

Re: [CMake] How to depend on external cmake projects?

2015-08-24 Thread James Johnston
> -Original Message- > From: rcdai...@gmail.com [mailto:rcdai...@gmail.com] On Behalf Of Robert > Dailey > Sent: Sunday, August 23, 2015 02:43 > To: James Johnston > Cc: CMake > Subject: Re: [CMake] How to depend on external cmake projects? > > On Mon, Aug 17, 2015 at 10:17 AM, James Johns