Re: [CMake] still having rpath problems on osx

2015-12-22 Thread clinton
On Dec 21, 2015 12:26 PM, Boudewijn Rempt wrote: > > I'm still having rpath problems when creating libraries on OSX... And I'm not > sure what's going on here. Here's the output for a single library: > > otool -L ../i/lib/libkritaimage.dylib > ../i/lib/libkritaimage.dylib: > /Users/boud/

[CMake] CMake doesn't preserve command line overrides on restart

2015-12-22 Thread Paul Smith
If my compiler changes between the last invocation of cmake and this one, then cmake will restart itself; this part works fine. The problem is that if I've invoked cmake with some command line overrides, they are lost when I restart. For example if I have in my makefile: set(BUILDNUM "0" CACHE

[CMake] Comments and improvement on find modules

2015-12-22 Thread Ghislain Vaillant
Dear CMake users, I have recently written a set of find modules [1][2][3] for dependencies I use for the project I am currently working on. I made sure to write them in a style that is close to what is currently maintained in CMake, with the goal to submit them for inclusion upstream and benef

Re: [CMake] cross platform way to unzip

2015-12-22 Thread Nils Gladitz
On 22.12.2015 12:54, Owen Hogarth II wrote: Is there a standardized way to unzip a file with cmake that can work on all of cmake's target platforms? cmake -E tar x foo.zip Nils -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wik

[CMake] cross platform way to unzip

2015-12-22 Thread Owen Hogarth II
Hi Is there a standardized way to unzip a file with cmake that can work on all of cmake's target platforms? -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake communit