[CMake] Setting encoding from visual studio cmake

2009-07-28 Thread j s
Does anyone know how to tell CMake and visual studio to use utf-8 encoding for the tests? It looks like the tests are being run in a latin environment. Regards, Juan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://ww

[CMake] OPTION-like combobox

2009-07-28 Thread Pau Garcia i Quiles
Hello, Is there anything like OPTION but which allows to select one value from a limited list of values (a combobox). Something like: OPTION( CRYPTOBACKEND "Select a cryptography backend" VALUES "OpenSSL" "LibTomCrypt" "LibDES" DEFAULT "OpenSSL" ) -- Pau Garcia i Quiles http://www.elpauer.org (

[CMake] Invitation to connect on LinkedIn

2009-07-28 Thread Corentin Chary
LinkedIn Corentin Chary requested to add you as a connection on LinkedIn: -- Robert, I'd like to add you to my professional network on LinkedIn. - Corentin View invitation from Corentin Chary http://www.linkedin.com/e/ucd2OXGR4jr_IQjfrDqica5

[CMake] How to set gcc option "-Wl,-rpath-link," ?

2009-07-28 Thread Jörg Förstner
Hi everybody, how can I set the gcc option "-Wl,-rpath-link," with CMake? I've tried the following, but I always end up with "-Wl,-rpath," only: # RPATH settings for linking shared libraries # skip the full RPATH for the build tree SET(CMAKE_SKIP_BUILD_RPATH TRUE) # when building, use the inst

Re: [CMake] specific target to gettext

2009-07-28 Thread alexis lameire
> Date: Tue, 28 Jul 2009 09:20:39 +0200 > From: p...@hendrik-sattler.de > To: alexisis-pristont...@hotmail.com > CC: cmake@cmake.org > Subject: Re: [CMake] specific target to gettext > > Hi, > > please don't top-post. > > Zitat von alexis lameire : > > grumf :/ > > i have try this, can you he

Re: [CMake] specific target to gettext

2009-07-28 Thread Hendrik Sattler
Hi, please don't top-post. Zitat von alexis lameire : grumf :/ i have try this, can you help me to look what that don't match http://pastie.org/561035 he don't compile the po file :/ and i don't found the mo target dependancies You do lot's of things wrong there: include(FindGettext) find_pa