Re: [CMake] CMake's Dependency Scanner - Disabling?

2009-01-06 Thread Gavin Beatty
ad and > would like to save a bit of time during compiling by not scanning for > dependencies. If you're using the Unix Makefile generator, `make ${target}/fast' should be what you're looking for. It will build $target without dependency check

Re: [CMake] Delayed build of shared lib when building static and shared

2008-12-23 Thread Gavin Beatty
On Tue, Dec 23, 2008 at 12:21 PM, Gavin Beatty wrote: > Hello, > > My project builds using a proj_static and proj_shared target and > changing the OUTPUT_NAME property on each. > > _Only_ on SLES 10sp1 have I run into the problem where the shared > library is not build after

[CMake] Delayed build of shared lib when building static and shared

2008-12-23 Thread Gavin Beatty
first make (as normal). I am using cmake-2.6.2 built from source. The same test case builds successfully after first make on any other system I've tried. -- Gavin Beatty SEMPER UBI SUB UBI ___ CMake mailing list CMake@cmake.org http://www.cmak

[CMake] Install header dir hierarchy with PUBLIC_HEADER

2008-06-22 Thread Gavin Beatty
UBLIC_HEADER DESTINATION ${HEADER_DIR}/Dir ) If it hurts, stop doing it? Shall I discontinue using PUBLIC_HEADER? -- Gavin Beatty SEMPER UBI SUB UBI GPG Fingerprint: 354D 9E9C 5C66 EDF4 E7D9 0EC5 6A7A C55D 49DD 695F ___ CMake mai

Re: [CMake] Storing and auto-decrypting sensitive files in cmake SAFELY and SANELY

2007-06-18 Thread Gavin Beatty
On 18/06/07, Gavin Beatty <[EMAIL PROTECTED]> wrote: The problem stems from storing configs in a git repository. Here, all files are either chmoded 0655 or 0755 meaning anyone knowing where to look can find my wpa2 passphrase. What I would _like_ is for ordinary user gavin (who ow

[CMake] Storing and auto-decrypting sensitive files in cmake SAFELY and SANELY

2007-06-17 Thread Gavin Beatty
Hello, Apologies if this is silly/misplaced/misguided. I'd like a way to automate decrypting (via gpg) a file, installing the decrypted form and removing the temporary decrypted file from the cmake dir. I have tried: MACRO(ETC_WPA_INSTALL src) EXEC_PROGRAM(gpg ARGS-o