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?
>
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:
>
>>
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.
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
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.
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
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
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
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
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
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
11 matches
Mail list logo