Re: [CMake] need help fixing warning message... 3.0

2014-05-26 Thread J Decker
if it exists as a target; I need to know the path to the built library for subsequent projects to link against. I have to manually add the option -Lwrote: > Maybe you can explain _why_ you need to do it this way? Can it be solved > more inline with the better cross-compile support in cmake-3.0? >

Re: [CMake] need help fixing warning message... 3.0

2014-05-26 Thread Hendrik Sattler
Maybe you can explain _why_ you need to do it this way? Can it be solved more inline with the better cross-compile support in cmake-3.0? On 26. Mai 2014 19:29:20 MESZ, J Decker wrote: >So... no alternatives to location in this instance? > > >On Sat, May 24, 2014 at 7:28 PM, J Decker wrote: > >>

Re: [CMake] need help fixing warning message... 3.0

2014-05-26 Thread J Decker
So... no alternatives to location in this instance? On Sat, May 24, 2014 at 7:28 PM, J Decker wrote: > CMake Warning (dev) at > C:/general/build/android/karaway/debug_out/core/DefaultInstall.cmake:203 > (get_property): > Policy CMP0026 is not set: Disallow use of the LOCATION target property.

Re: [CMake] What do Visual Studio users do so they can run/debug their programs when using 3rd party .dlls?

2014-05-26 Thread J Decker
On Mon, May 26, 2014 at 8:04 AM, Klaim - Joël Lamotte wrote: > My way of dealing with this problem is similar to other people here: > > 1. I have a separate Python post-build script designed to be driven > through command line. > This script read somewhere the list of direct binary dependenc

Re: [CMake] QT4_CREATE_TRANSLATION cannont fill my *.ts files

2014-05-26 Thread Sergio Vera
o/ Just for the record, I solved the issue: if there are empty *.ts files lupdate will fail to populate them. Regards On Fri, May 23, 2014 at 2:25 PM, Sergio Vera wrote: > > Hello fellow CMakers > > I'm following the CMake guide to Qt based internationalization of my app: > http://www.cmake.

Re: [CMake] What do Visual Studio users do so they can run/debug their programs when using 3rd party .dlls?

2014-05-26 Thread Klaim - Joël Lamotte
On Mon, May 26, 2014 at 5:08 PM, Dan Kegel wrote: > On Mon, May 26, 2014 at 8:04 AM, Klaim - Joël Lamotte > wrote: > > - Why can't I use the install command from CMake? My understanding is > that > > it's used to install the application in the system > > Not really. It's to massage the install

[CMake] How to force cmake to omitt default LINUX pathes on FreeBSD

2014-05-26 Thread Dariusz Niespodziany
Hi How to force CMAKE to search for executables in /usr/local/bin first, not in /bin? I have: FIND_PROGRAM(FLEX_EXECUTABLE flex PATH /usr/local/bin DOC "path to the flex executable" NO_DEFAULT_PATH) But this is not proper way to. Regards niespodd -- Powered by www.kitware.com Please keep mes

Re: [CMake] What do Visual Studio users do so they can run/debug their programs when using 3rd party .dlls?

2014-05-26 Thread Dan Kegel
On Mon, May 26, 2014 at 8:04 AM, Klaim - Joël Lamotte wrote: > - Why can't I use the install command from CMake? My understanding is that > it's used to install the application in the system Not really. It's to massage the installed files into their final form -- but not neccessarily into their

Re: [CMake] What do Visual Studio users do so they can run/debug their programs when using 3rd party .dlls?

2014-05-26 Thread Klaim - Joël Lamotte
My way of dealing with this problem is similar to other people here: 1. I have a separate Python post-build script designed to be driven through command line. This script read somewhere the list of direct binary dependencies of the target[1] and copy them in the output directory. The sc

Re: [CMake] Dependencies between static libraries

2014-05-26 Thread Rolf Eike Beer
Jörg Kreuzberger wrote: Hi! i had a problem between depencendies of static libraris. Due to the used tools (qt, moc, uic) a library depends on another library, especially on header files generated by uic. This is a litte bit a broken design, but cannot fix it currently. On massive parallel bui

[CMake] Dependencies between static libraries

2014-05-26 Thread Jörg Kreuzberger
Hi! i had a problem between depencendies of static libraris. Due to the used tools (qt, moc, uic) a library depends on another library, especially on header files generated by uic. This is a litte bit a broken design, but cannot fix it currently. On massive parallel builds ( 8 cores on ssd ) i